Skip to content

Commit

Permalink
Add numpy to mamba install in conda-python-spark.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Jan 17, 2023
1 parent 8e3ab26 commit 70430e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/conda-python-spark.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ARG maven=3.5
RUN mamba install -q -y \
openjdk=${jdk} \
maven=${maven} \
numpy=${numpy} \
pandas && \
mamba clean --all

Expand Down

0 comments on commit 70430e9

Please sign in to comment.