Explorar o código

Update Dockerfile

Use significantly smaller docker image
Rayed Bin Wahed hai 1 ano
pai
achega
32087331ae
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .devcontainer/Dockerfile

+ 1 - 1
.devcontainer/Dockerfile

@@ -1,4 +1,4 @@
-FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-devel
+FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
 
 RUN <<EOF
 apt-get update