Skip to content

Commit

Permalink
Use Jupyter Lab when running from Dockerfile (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplough-kobold committed May 11, 2022
1 parent 5a2ba02 commit eb24d53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -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

0 comments on commit eb24d53

Please sign in to comment.