File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
dev/spark-test-image/python-310 Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
6565ARG BASIC_PIP_PKGS="numpy pyarrow>=22.0.0 six==1.16.0 pandas==2.3.3 scipy plotly<6.0.0 mlflow>=2.8.1 coverage matplotlib openpyxl memory-profiler>=0.61.0 scikit-learn>=1.3.2 pystack>=1.6.0 psutil"
6666ARG CONNECT_PIP_PKGS="grpcio==1.76.0 grpcio-status==1.76.0 protobuf==6.33.5 googleapis-common-protos==1.71.0 zstandard==0.25.0 graphviz==0.20.3"
6767
68- RUN python3.10 -m pip install --ignore-installed 'blinker>=1.6.2' # mlflow needs this
69- RUN python3.10 -m pip install --ignore-installed 'six==1.16.0' # Avoid `python3-six` installation
7068RUN python3.10 -m pip install $BASIC_PIP_PKGS unittest-xml-reporting $CONNECT_PIP_PKGS && \
7169 python3.10 -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cpu && \
7270 python3.10 -m pip install deepspeed torcheval && \
You can’t perform that action at this time.
0 commit comments