Skip to content

Commit 2b9db92

Browse files
authored
Docker bug fix (#194)
1 parent ccc1028 commit 2b9db92

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM jupyter/scipy-notebook:1386e2046833
1+
FROM jupyter/base-notebook:lab-2.2.5
22

33
USER root
44
# python3 setup
5-
RUN apt-get update && apt-get install -y graphviz
5+
RUN apt-get update && apt-get install -y graphviz git
66

77
USER jovyan
88

99
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 ..
10+
RUN cd dask-tutorial && conda env update -n base -f binder/environment.yml --prune && . binder/postBuild && cd ..
1111
RUN rm dask-tutorial/github_deploy_key_dask_dask_tutorial.enc

0 commit comments

Comments
 (0)