We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e463ab commit aa833b5Copy full SHA for aa833b5
src/sample_pytorch_gpu_project/.devcontainer/Dockerfile
@@ -1,5 +1,5 @@
1
# leverage multi-stage build and copy python binaries to cuda container
2
-FROM python:3.11.10 as python
+FROM python:3.11.11 as python
3
FROM nvidia/cuda:12.6.2-cudnn-runtime-ubuntu24.04
4
COPY --from=python /usr/local/ /usr/local/
5
0 commit comments