Skip to content
This repository was archived by the owner on Jul 15, 2024. It is now read-only.

Commit 1fdb6ff

Browse files
committed
Pin jupyterlab to 3.4.8
1 parent 929aa36 commit 1fdb6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && \
2020
RUN pip install --no-cache --upgrade pip \
2121
&& pip install --no-cache \
2222
notebook \
23-
jupyterlab \
23+
"jupyterlab==3.4.8" \
2424
pyarrow \
2525
"git+https://github.com/ibis-project/ibis.git#egg=ibis-framework[sqlite,duckdb,clickhouse]" \
2626
&& find /usr/local/lib/python3.10/site-packages/ -follow -type f -name '*.a' -delete \

0 commit comments

Comments
 (0)