We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7be9a0 + 2c0f5ab commit bb997e5Copy full SHA for bb997e5
jupyterlab/eodc-dask-flood-mapper.dockerfile
@@ -43,7 +43,7 @@ RUN mamba install -y -n base -c conda-forge \
43
jupyter-fs \
44
tornado=6.5.2 \
45
nbgitpuller \
46
- && mamba clean -afy
+ && mamba clean -afy \
47
&& pip install --no-cache-dir --no-compile \
48
rich \
49
eodc-connect
@@ -53,4 +53,4 @@ COPY jupyterlab/jupyter_server_config.json /etc/jupyter/jupyter_server_config.js
53
RUN fix-permissions "${CONDA_DIR}" \
54
&& fix-permissions "/home/${NB_USER}"
55
56
-USER $NB_UID
+USER $NB_UID
0 commit comments