Skip to content

Commit

Permalink
working extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 24, 2021
1 parent 939ca1b commit f423b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/jhub-aas/docker/Dockerfile.dask
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN pip install dask-remote-jobqueue==v0.4.8
RUN python -m pip install jupyter-packaging \
&& git clone --branch custom_clusters https://github.com/DODAS-TS/dask-labextension.git \
&& cd dask-labextension \
&& python -m pip install .
&& jupyter labextension install .

RUN mkdir -p /root/.ipython

Expand Down

0 comments on commit f423b88

Please sign in to comment.