We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc1028 commit 2b9db92Copy full SHA for 2b9db92
Dockerfile
@@ -1,11 +1,11 @@
1
-FROM jupyter/scipy-notebook:1386e2046833
+FROM jupyter/base-notebook:lab-2.2.5
2
3
USER root
4
# python3 setup
5
-RUN apt-get update && apt-get install -y graphviz
+RUN apt-get update && apt-get install -y graphviz git
6
7
USER jovyan
8
9
RUN git clone https://github.com/dask/dask-tutorial.git ./dask-tutorial
10
-RUN cd dask-tutorial && conda env update -f binder/environment.yml && . binder/postBuild && cd ..
+RUN cd dask-tutorial && conda env update -n base -f binder/environment.yml --prune && . binder/postBuild && cd ..
11
RUN rm dask-tutorial/github_deploy_key_dask_dask_tutorial.enc
0 commit comments