We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4362ca commit 4f7408fCopy full SHA for 4f7408f
Dockerfile
@@ -31,7 +31,7 @@ RUN update-alternatives --set java /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jav
31
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.8
32
RUN python3.8 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
33
RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.9
34
-RUN python3.9 -m pip install numpy 'pyarrow<5.0.0' pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
+RUN python3.9 -m pip install numpy pyarrow pandas scipy xmlrunner plotly>=4.8 sklearn 'mlflow>=1.0'
35
36
RUN add-apt-repository ppa:pypy/ppa
37
RUN apt update
0 commit comments