Skip to content

Commit

Permalink
dask npm immage
Browse files Browse the repository at this point in the history
  • Loading branch information
ciangottini committed Sep 24, 2021
1 parent da3d2ce commit e339b75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stable/jhub-aas/docker/Dockerfile.dask
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ 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

RUN curl -fsSL https://deb.nodesource.com/setup_14.x | bash -
RUN DEBIAN_FRONTEND=noninteractive apt install -y nodejs

WORKDIR /opt/workspace/dask-labextension
RUN npm run build

Expand Down

0 comments on commit e339b75

Please sign in to comment.