Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Omit `${BLDOPTS}` when installing SciPy.

See this issue comment for an explanation: #20 (comment)
  • Loading branch information
JohnHalleyGotway authored Feb 7, 2024
1 parent 700dabd commit 79b8a4b
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 @@ -90,4 +90,4 @@ RUN BLDOPTS="--global-option=build_ext --global-option=\"-R/usr/local/lib\" --gl
&& export NETCDF4_DIR=/usr/local/ \
&& python3 -m pip install ${BLDOPTS} netCDF4==1.6.2 \
&& python3 -m pip install ${BLDOPTS} pyyaml==6.0.1 \
&& python3 -m pip install ${BLDOPTS} scipy==1.11.1
&& python3 -m pip install scipy==1.11.1

0 comments on commit 79b8a4b

Please sign in to comment.