Skip to content

Commit bb997e5

Browse files
Merge pull request #24 from eodcgmbh/dask-flood-mapper
fix typo
2 parents d7be9a0 + 2c0f5ab commit bb997e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jupyterlab/eodc-dask-flood-mapper.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN mamba install -y -n base -c conda-forge \
4343
jupyter-fs \
4444
tornado=6.5.2 \
4545
nbgitpuller \
46-
&& mamba clean -afy
46+
&& mamba clean -afy \
4747
&& pip install --no-cache-dir --no-compile \
4848
rich \
4949
eodc-connect
@@ -53,4 +53,4 @@ COPY jupyterlab/jupyter_server_config.json /etc/jupyter/jupyter_server_config.js
5353
RUN fix-permissions "${CONDA_DIR}" \
5454
&& fix-permissions "/home/${NB_USER}"
5555

56-
USER $NB_UID
56+
USER $NB_UID

0 commit comments

Comments
 (0)