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 3143a99 commit 4a18c23Copy full SHA for 4a18c23
.devcontainer/vm/Dockerfile
@@ -6,7 +6,6 @@ ARG INSTALL_NODE="true"
6
ARG NODE_VERSION="lts/*"
7
RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1"; fi
8
9
-USER vscode
10
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
11
'poetry==1.1.13' \
12
'pip==22.1.2' \
@@ -15,6 +14,7 @@ RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
15
14
'nbstripout' \
16
'pre-commit' \
17
'black'
+USER vscode
18
# prevent homebrew from updating or upgrading to save time
19
ENV HOMEBREW_NO_AUTO_UPDATE=1
20
ENV HOMEBREW_NO_INSTALL_UPGRADE=1
0 commit comments