Skip to content

Commit c5ba0ed

Browse files
committed
test
1 parent 191457e commit c5ba0ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/spark-test-image/python-310/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
6565
ARG 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"
6666
ARG 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
7068
RUN 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 && \

0 commit comments

Comments
 (0)