We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3c1ec commit 59a8010Copy full SHA for 59a8010
1 file changed
images/datascience-notebook/Dockerfile
@@ -92,7 +92,10 @@ RUN uv pip install jupyterhub==$JUPYTERHUB_VERSION jupyter_server==$JUPYTERSERVE
92
uv cache clean
93
94
RUN mamba remove --force libsqlite && \
95
- mamba -c conda-forge install -y libsqlite==3.46.1
+ 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
99
100
# Install R packages
101
RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt r-sf -y && \
0 commit comments