Skip to content

Commit eb24d53

Browse files
Use Jupyter Lab when running from Dockerfile (#224)
1 parent 5a2ba02 commit eb24d53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ USER jovyan
99
RUN git clone https://github.com/dask/dask-tutorial.git ./dask-tutorial
1010
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
12+
13+
CMD jupyter lab

0 commit comments

Comments
 (0)