Skip to content

Commit 0a3c1ec

Browse files
Update Dockerfile
1 parent 4cd836f commit 0a3c1ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

images/datascience-notebook/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ RUN uv pip install jupyterhub==$JUPYTERHUB_VERSION jupyter_server==$JUPYTERSERVE
9191
fix-permissions /home/$NB_USER && \
9292
uv cache clean
9393

94+
RUN mamba remove --force libsqlite && \
95+
mamba -c conda-forge install -y libsqlite==3.46.1
96+
9497
# Install R packages
9598
RUN mamba install -c conda-forge r-markdown r-covr r-git2r r-crosstalk r-dt r-sf -y && \
9699
fix-permissions $CONDA_DIR && \
@@ -102,9 +105,6 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
102105
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \
103106
chmod -R +r /opt/conda/etc/jupyter/nbconfig
104107

105-
RUN mamba remove --force libsqlite && \
106-
mamba install -y libsqlite==3.46.1
107-
108108
# Disable the jupyterlab extensions manager
109109
RUN jupyter labextension disable @jupyterlab/extensionmanager-extension
110110

0 commit comments

Comments
 (0)