We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b1edcb commit 4cd836fCopy full SHA for 4cd836f
1 file changed
images/datascience-notebook/Dockerfile
@@ -102,6 +102,9 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
102
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \
103
chmod -R +r /opt/conda/etc/jupyter/nbconfig
104
105
+RUN mamba remove --force libsqlite && \
106
+ mamba install -y libsqlite==3.46.1
107
+
108
# Disable the jupyterlab extensions manager
109
RUN jupyter labextension disable @jupyterlab/extensionmanager-extension
110
0 commit comments