Skip to content

Commit 4cd836f

Browse files
Update Dockerfile
1 parent 6b1edcb commit 4cd836f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

images/datascience-notebook/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ RUN /usr/share/datahub/scripts/install-python-all.sh && \
102102
chown -R jovyan:users /opt/conda/etc/jupyter/nbconfig && \
103103
chmod -R +r /opt/conda/etc/jupyter/nbconfig
104104

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

0 commit comments

Comments
 (0)