Skip to content

Commit

Permalink
Move sshspawner into conda image context
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Paul committed Jul 12, 2022
1 parent 5355569 commit f19471a
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ RUN sed -i 's|mirrorlist|#mirrorlist|g' /etc/yum.repos.d/CentOS-Linux-* && \
RUN dnf install -y wget git
RUN wget -qO /tmp/miniconda.sh https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh && \
bash /tmp/miniconda.sh -b -u -p /opt/conda
COPY sshspawner /tmp/sshspawner
RUN . /opt/conda/etc/profile.d/conda.sh && \
conda activate && \
conda install -y nodejs && \
conda install -y -c conda-forge jupyterhub jupyterlab dask_labextension nb_conda_kernels && \
pip install jupyter-repo2docker repo2podman batchspawner sudospawner wrapspawner \
git+https://github.com/jupyterhub/binderhub git+https://github.com/kmpaul/sshspawner && \
git+https://github.com/jupyterhub/binderhub /tmp/sshspawner && \
conda clean -y --all

FROM centos:8.4.2105
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f19471a

Please sign in to comment.