Skip to content

Commit

Permalink
Merge pull request #30 from NASA-Openscapes/vscode-extensions
Browse files Browse the repository at this point in the history
Attempting to install vscode extensions in Docker
  • Loading branch information
betolink authored Jun 18, 2024
2 parents 594514a + 1fe3414 commit 449b1ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ WORKDIR ${HOME}/.kernels

RUN chmod +x install-kernels.sh && cd /home/jovyan/.kernels && ./install-kernels.sh environments

RUN mkdir -p /opt/code-server/extensions && \
echo "extensions-dir: /opt/code-server/extensions" >> $HOME/.config/code-server/config.yaml && \
EXT_LIST="ms-python.python quarto.quarto" && \
for EXT in $EXT_LIST; do code-server --install-extension $EXT; done

ENV JUPYTERHUB_HTTP_REFERER=https://openscapes.2i2c.cloud/

1 change: 0 additions & 1 deletion ci/postBuild
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
code-server --install-extension ms-python.python
awsv2 --install
export alias aws='awsv2'

0 comments on commit 449b1ef

Please sign in to comment.