Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-treebeard authored Aug 1, 2024
1 parent 7ff21da commit 3143a99
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .devcontainer/vm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ RUN if [ "${INSTALL_NODE}" = "true" ]; then su vscode -c "source /usr/local/shar
USER vscode
RUN pip3 --disable-pip-version-check --no-cache-dir install -U \
'poetry==1.1.13' \
'pip==22.1.2'
'pip==22.1.2' \
'ipykernel' \
'jupyter' \
'nbstripout' \
'pre-commit' \
'black'
# prevent homebrew from updating or upgrading to save time
ENV HOMEBREW_NO_AUTO_UPDATE=1
ENV HOMEBREW_NO_INSTALL_UPGRADE=1
Expand All @@ -28,4 +33,4 @@ ENV VSCODE_CLI_USE_FILE_KEYCHAIN=true
WORKDIR /home/vscode

COPY ./vm/start.sh /etc/start.sh
CMD /etc/start.sh
CMD /etc/start.sh

0 comments on commit 3143a99

Please sign in to comment.