Skip to content

Commit

Permalink
Added launch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kylevedder committed Jan 18, 2024
1 parent 3d98321 commit 0ec462d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ dist/
**.pkl
**.png
**.zip
launch.sh
eval_results/
14 changes: 14 additions & 0 deletions launch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
touch docker_history.txt
xhost +
docker run --gpus=all --rm -it \
--shm-size=16gb \
-v `pwd`:/bucketed_scene_flow_eval \
-v /efs:/efs \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v /tmp:/tmp \
-v `pwd`/docker_history.txt:/root/.bash_history \
-e DISPLAY=$DISPLAY \
-h $HOSTNAME \
--privileged \
bucketed_scene_flow_eval:latest

0 comments on commit 0ec462d

Please sign in to comment.