Skip to content

Commit

Permalink
Update Dockerfile.wp5-alma8
Browse files Browse the repository at this point in the history
  • Loading branch information
ttedeschi authored Nov 30, 2023
1 parent 3097835 commit 387dc85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jupyterlab/Dockerfile.wp5-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ RUN conda install dask -y
RUN conda install -c conda-forge dask-labextension -y
RUN conda install dask-kubernetes
RUN conda install jupyterhub -y
RUN conda install bokeh -y

COPY labextension.yaml /usr/local/lib/python3.9/site-packages/dask_labextension/labextension.yaml
COPY labextension.yaml /opt/conda/lib/python3.11/site-packages/dask_labextension/labextension.yaml

ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini /bin/tini
Expand Down

0 comments on commit 387dc85

Please sign in to comment.