We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d2be00 commit eeac83cCopy full SHA for eeac83c
run_docker.sh
@@ -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