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