Skip to content

Commit 12a6cff

Browse files
authored
Merge pull request #5 from RobotLocomotion/downgrade_ipywidgets
Downgraded ipywidgets
2 parents afdf2a4 + eb2116e commit 12a6cff

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)