You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+21-31
Original file line number
Diff line number
Diff line change
@@ -13,39 +13,29 @@ WORKDIR "${HOME}"
13
13
# remove the "work/" directory added in an earlier layer...
14
14
RUN rm -rf work
15
15
16
-
17
-
RUN pip install docutils==0.17.1 # Need to pin docutils to an old version for now, due to https://github.com/executablebooks/jupyter-book/issues/2022
18
-
RUN pip install referencing
19
-
RUN pip install jupyter-book
20
-
# Pinning pandas until altair 5.1.2 to avoid future warning https://github.com/altair-viz/altair/issues/3181
# forces scikit-learn to grab latest to avoid bug in 1.3.0 related to checking for c-contiguity breaking figures in classification 2. See https://github.com/scikit-learn/scikit-learn/pull/26772
24
-
# TODO: remove this once scikit-learn 1.4.x or beyond releases and is incorporated into jupyter/scipy-notebook
25
-
RUN pip install -U git+https://github.com/scikit-learn/scikit-learn.git@main
26
-
27
-
# install plotly for 3d figures
28
-
RUN pip install plotly
29
-
30
16
# disable warnings that pollute build logs; seems to be related to the update to python 3.11
0 commit comments