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 7ff21da commit 3143a99Copy full SHA for 3143a99
.devcontainer/vm/Dockerfile
@@ -9,7 +9,12 @@ RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/shar
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'
+ 'pip==22.1.2' \
13
+ 'ipykernel' \
14
+ 'jupyter' \
15
+ 'nbstripout' \
16
+ 'pre-commit' \
17
+ 'black'
18
# prevent homebrew from updating or upgrading to save time
19
ENV HOMEBREW_NO_AUTO_UPDATE=1
20
ENV HOMEBREW_NO_INSTALL_UPGRADE=1
@@ -28,4 +33,4 @@ ENV VSCODE_CLI_USE_FILE_KEYCHAIN=true
28
33
WORKDIR /home/vscode
29
34
30
35
COPY ./vm/start.sh /etc/start.sh
31
-CMD /etc/start.sh
36
+CMD /etc/start.sh
0 commit comments