File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG CONDA_CHECKSUM=b40682cedf1e1755c02555f8d3d98aadb4607a68da7caf72a9bbe1fb9ae0b
88ARG CONDA_PY_VERSION=39
99ARG CONDA_PKG_VERSION=25.1.1
1010ARG PYTHON_VERSION=3.9
11- ARG PYARROW_VERSION=14 .0.1
11+ ARG PYARROW_VERSION=19 .0.0
1212ARG MLIO_VERSION=v0.9.0
1313
1414ENV DEBIAN_FRONTEND=noninteractive
@@ -94,8 +94,6 @@ RUN echo "conda ${CONDA_PKG_VERSION}" >> /miniconda3/conda-meta/pinned && \
9494 conda install conda=${CONDA_PKG_VERSION} --solver classic && \
9595 conda update -y conda && \
9696 conda install -c conda-forge pyarrow=${PYARROW_VERSION} --solver classic && \
97- conda install -c conda-forge libgrpc --solver classic && \
98- conda update -y libgrpc && \
9997 conda install pip --force-reinstall && \
10098 python3 -m pip install --upgrade pip && \
10199 python3 -m pip install wheel && \
You can’t perform that action at this time.
0 commit comments