diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 1174208462..87239ff43f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/devcontainers/python:0-3.10 +FROM mcr.microsoft.com/devcontainers/python:1.0-3.11-bookworm COPY requirements.txt /tmp/ diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7b7928701a..939bbf7eff 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -17,5 +17,15 @@ }, "runArgs": [ "--shm-size=16g" - ] -} + ], + "customizations": { + "vscode": { + "extensions": [ + "ms-python.python", + "ms-python.vscode-pylance", + "ms-toolsai.jupyter", + "ms-azuretools.vscode-docker" + ] + } + } +} \ No newline at end of file