Skip to content

Commit 59a8010

Browse files
Update Dockerfile
1 parent 0a3c1ec commit 59a8010

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

images/datascience-notebook/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ RUN uv pip install jupyterhub==$JUPYTERHUB_VERSION jupyter_server==$JUPYTERSERVE
9292
uv cache clean
9393

9494
RUN mamba remove --force libsqlite && \
95-
mamba -c conda-forge install -y libsqlite==3.46.1
95+
mamba install -c conda-forge libsqlite==3.46.1 -y && \
96+
fix-permissions $CONDA_DIR && \
97+
fix-permissions /home/$NB_USER && \
98+
mamba clean -a -y
9699

97100
# Install R packages
98101
RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt r-sf -y && \

0 commit comments

Comments
 (0)