Skip to content

Commit eb2116e

Browse files
author
David von Wrangel
committed
downgraded ipywidgets
1 parent afdf2a4 commit eb2116e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/deepnote/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN apt-get update \
5252

5353
RUN apt-get -q update && apt-get -q install -y --no-install-recommends git nginx-light xvfb && apt-get -q clean
5454
RUN pip3 install lxml matplotlib networkx numpy pandas pydot scipy
55-
RUN pip3 install -I ipywidgets
55+
RUN pip3 install -I ipywidgets==7.5.1
5656
RUN pip3 install jupyter_server
5757
RUN pip3 install --upgrade notebook
5858

0 commit comments

Comments
 (0)