Skip to content

Commit

Permalink
comment back in vscode deps, testing build
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Aug 8, 2024
1 parent 4dc7c16 commit 05b979b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mamba env update --prefix /srv/conda/envs/notebook --file environment.yml

COPY --chown=${NB_USER}:${NB_USER} install-vscode-ext.sh ${HOME}/.kernels/install-vscode-ext.sh

# RUN bash ${HOME}/.kernels/install-vscode-ext.sh
RUN bash ${HOME}/.kernels/install-vscode-ext.sh
COPY --chown=${NB_USER}:${NB_USER} image-tests /srv/repo/image-tests
COPY --chown=${NB_USER}:${NB_USER} scripts /srv/repo/scripts

4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ channels:
dependencies:
- ipykernel
# Dependencies for VS Code IDE
# - code-server>=3.2
# - jupyter-vscode-proxy
- code-server>=3.2
- jupyter-vscode-proxy
- openssh
- pip
- pip:
Expand Down

0 comments on commit 05b979b

Please sign in to comment.