We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0924bf commit 484807cCopy full SHA for 484807c
.devcontainer/Dockerfile
@@ -1,7 +1,7 @@
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/blob/v0.202.3/containers/python-3/.devcontainer/base.Dockerfile
2
# [Choice] Python version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.9, 3.8, 3.7, 3.6, 3-bullseye, 3.9-bullseye, 3.8-bullseye, 3.7-bullseye, 3.6-bullseye, 3-buster, 3.9-buster, 3.8-buster, 3.7-buster, 3.6-buster
3
ARG VARIANT=3-bullseye
4
-FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
+FROM mcr.microsoft.com/devcontainers/python:0-${VARIANT}
5
6
# [Optional] Allow the vscode user to pip install globally w/o sudo
7
ENV PIP_TARGET=/usr/local/pip-global
0 commit comments