diff --git a/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile b/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile index 10a02a1..00c1182 100644 --- a/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile +++ b/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.11 +FROM python:3.11.12 # install Azure CLI RUN wget -qO- https://aka.ms/InstallAzureCLIDeb | bash # create non-root user and set the default user