From f7289382579ff89cec750f60b066f9f6e93e0838 Mon Sep 17 00:00:00 2001 From: phr00g <103551357+phr00g@users.noreply.github.com> Date: Wed, 31 Jul 2024 17:16:14 -0700 Subject: [PATCH] Changed build instructions comment to include correct dockerfile name --- docker/cu116.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/cu116.Dockerfile b/docker/cu116.Dockerfile index f68e4bdf7..3698b1573 100644 --- a/docker/cu116.Dockerfile +++ b/docker/cu116.Dockerfile @@ -79,5 +79,5 @@ ENV NVIDIA_VISIBLE_DEVICES="all" \ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/lib:/usr/lib:/usr/local/lib \ QT_GRAPHICSSYSTEM="native" -# Build instructions: docker build -f minimal.Dockerfile -t openpcdet:cuda11 . +# Build instructions: docker build -f cu116.Dockerfile -t openpcdet:cuda11 . # Start instructions: xhost local:root && docker run -it --rm -e SDL_VIDEODRIVER=x11 -e DISPLAY=$DISPLAY --env='DISPLAY' --gpus all --ipc host --privileged --network host -p 8080:8081 -v /tmp/.X11-unix:/tmp/.X11-unix:rw -v file_locations:/storage -v /weights:/weights openpcdet:cuda11 xfce4-terminal --title=openPCDet