Skip to content

Commit

Permalink
Undo accidental merge of local docker file edit
Browse files Browse the repository at this point in the history
  • Loading branch information
cgokmen committed Jul 18, 2024
1 parent f736953 commit e661e46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker/run_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ while true; do
esac
done

docker pull stanfordvl/omnigibson:latest
DOCKER_DISPLAY=""
OMNIGIBSON_HEADLESS=1
if [ "$GUI" = true ] ; then
Expand All @@ -65,10 +66,8 @@ fi
docker run \
--gpus all \
--privileged \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=${DOCKER_DISPLAY} \
-e OMNIGIBSON_HEADLESS=${OMNIGIBSON_HEADLESS} \
-v /scr/OmniGibson:/omnigibson-src:rw \
-v $DATA_PATH/datasets:/data \
-v $DATA_PATH/isaac-sim/cache/kit:/isaac-sim/kit/cache/Kit:rw \
-v $DATA_PATH/isaac-sim/cache/ov:/root/.cache/ov:rw \
Expand Down

0 comments on commit e661e46

Please sign in to comment.