Skip to content

Commit

Permalink
hotfix: downgrade numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
peshence committed Nov 8, 2024
1 parent 344b6a1 commit 4edae1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ RUN set -eux && \
# Install pyfdb \
RUN set -eux \
&& git clone --single-branch --branch ${pyfdb_version} https://github.com/ecmwf/pyfdb.git \
&& python -m pip install "numpy<2.0" --user\
&& python -m pip install ./pyfdb --user

#######################################################
Expand Down Expand Up @@ -233,6 +234,7 @@ ARG pyfdb_version=0.1.0
RUN apt update && apt install -y mars-client-cpp=${mars_client_cpp_version}
RUN set -eux \
&& git clone --single-branch --branch ${pyfdb_version} https://github.com/ecmwf/pyfdb.git \
&& python -m pip install "numpy<2.0" --user\
&& python -m pip install ./pyfdb --user


Expand Down

0 comments on commit 4edae1d

Please sign in to comment.