diff --git a/Dockerfile b/Dockerfile index e7e035e..0297166 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,3 +9,5 @@ USER jovyan RUN git clone https://github.com/dask/dask-tutorial.git ./dask-tutorial RUN cd dask-tutorial && conda env update -n base -f binder/environment.yml --prune && . binder/postBuild && cd .. RUN rm dask-tutorial/github_deploy_key_dask_dask_tutorial.enc + +CMD jupyter lab