Skip to content

Commit eeac83c

Browse files
committed
fix docker run
1 parent 0d2be00 commit eeac83c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

run_docker.sh

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
docker run --gpus all \
2+
--name rtgs \
3+
-d -it \
4+
--network=host \
5+
--volume $PATH_TO_REPO/FoV-3DGS/:/workspace \
6+
pytorch/pytorch:2.3.0-cuda11.8-cudnn8-devel
7+

0 commit comments

Comments
 (0)