File tree Expand file tree Collapse file tree
images/datascience-notebook Expand file tree Collapse file tree Original file line number Diff line number Diff 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
9598RUN 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
109109RUN jupyter labextension disable @jupyterlab/extensionmanager-extension
110110
You can’t perform that action at this time.
0 commit comments