Skip to content

Commit 8198b2e

Browse files
committed
libgrpc coming from conda-forge, try updating via that channel
1 parent 4df3ec4 commit 8198b2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/1.2-1/base/Dockerfile.cpu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ 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 && \
9799
conda install pip --force-reinstall && \
98100
python3 -m pip install --upgrade pip && \
99101
python3 -m pip install wheel && \

0 commit comments

Comments
 (0)