kopia lustrzana https://github.com/jupyterhub/repo2docker
commit
093184b36a
|
@ -733,9 +733,7 @@ class LegacyBinderDockerBuildPack(DockerBuildPack):
|
|||
USER main
|
||||
WORKDIR /home/main/notebooks
|
||||
ENV PATH /home/main/anaconda2/envs/python3/bin:$PATH
|
||||
ARG JUPYTERHUB_VERSION
|
||||
RUN conda install -yq -n python3 notebook==5.0.0 ipykernel==4.6.0 && \
|
||||
pip install --no-cache-dir jupyterhub==${JUPYTERHUB_VERSION} && \
|
||||
conda remove -yq -n python3 nb_conda_kernels && \
|
||||
conda install -yq -n root ipykernel==4.6.0 && \
|
||||
/home/main/anaconda2/envs/python3/bin/ipython kernel install --sys-prefix && \
|
||||
|
|
|
@ -5,4 +5,3 @@ import sys
|
|||
assert sys.version_info[:2] == (3, 5), sys.version
|
||||
|
||||
import jupyter
|
||||
import jupyterhub
|
||||
|
|
Ładowanie…
Reference in New Issue