diff --git a/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile b/src/sample_pytorch_gpu_project/.devcontainer/Dockerfile index 00c1182..cff0b7b 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.12 +FROM python:3.11.13 # install Azure CLI RUN wget -qO- https://aka.ms/InstallAzureCLIDeb | bash # create non-root user and set the default user