Skip to content

Commit 576e63b

Browse files
committed
Also add nomkl to python/Dockerfile
1 parent 9b39e83 commit 576e63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ FROM arrow:cpp
2121
ARG PYTHON_VERSION=3.6
2222
ADD ci/conda_env_python.yml /arrow/ci/
2323
RUN conda install -c conda-forge \
24+
nomkl \
2425
--file arrow/ci/conda_env_python.yml \
2526
python=$PYTHON_VERSION && \
2627
conda clean --all

0 commit comments

Comments
 (0)