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 5a2ba02 commit eb24d53Copy full SHA for eb24d53
Dockerfile
@@ -9,3 +9,5 @@ USER jovyan
9
RUN git clone https://github.com/dask/dask-tutorial.git ./dask-tutorial
10
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
12
+
13
+CMD jupyter lab
0 commit comments