Skip to content

Commit

Permalink
yanked kernels from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
betolink committed Dec 20, 2024
1 parent b4bb173 commit 07980b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion binder/requirements.txt

This file was deleted.

6 changes: 0 additions & 6 deletions ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,8 @@ FROM pangeo/base-image:2024.08.18
# build file for pangeo images
RUN conda init zsh && conda init bash

COPY --chown=jovyan:jovyan . /home/jovyan/.kernels

USER ${NB_USER}

WORKDIR ${HOME}/.kernels

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

RUN chmod +x install-vscode-ext.sh && ./install-vscode-ext.sh vscode-extensions.txt

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

0 comments on commit 07980b9

Please sign in to comment.