Skip to content

Commit 3143a99

Browse files
Update Dockerfile
1 parent 7ff21da commit 3143a99

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.devcontainer/vm/Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/shar
99
USER vscode
1010
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
1111
'poetry==1.1.13' \
12-
'pip==22.1.2'
12+
'pip==22.1.2' \
13+
'ipykernel' \
14+
'jupyter' \
15+
'nbstripout' \
16+
'pre-commit' \
17+
'black'
1318
# prevent homebrew from updating or upgrading to save time
1419
ENV HOMEBREW_NO_AUTO_UPDATE=1
1520
ENV HOMEBREW_NO_INSTALL_UPGRADE=1
@@ -28,4 +33,4 @@ ENV VSCODE_CLI_USE_FILE_KEYCHAIN=true
2833
WORKDIR /home/vscode
2934

3035
COPY ./vm/start.sh /etc/start.sh
31-
CMD /etc/start.sh
36+
CMD /etc/start.sh

0 commit comments

Comments
 (0)