Skip to content

Commit

Permalink
Pin numpy to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fibbo committed Oct 31, 2024
1 parent 0c8a0ab commit 572e086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ FROM labone_webserver as labone_full
RUN apt-get update \
&& apt-get install -y curl python3-pip \
&& rm -rf /var/lib/apt/lists/* \
&& pip install numpy==1.26.4 typing-extensions
&& pip install numpy==2.1.2 typing-extensions

COPY --from=builder LabOneLinux*/API ./labone/API/

Expand Down

0 comments on commit 572e086

Please sign in to comment.