From 79b8a4b21b216fc2c5fd99e110e61f7e03f37859 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Tue, 6 Feb 2024 18:57:33 -0700 Subject: [PATCH] Update Dockerfile Omit `${BLDOPTS}` when installing SciPy. See this issue comment for an explanation: https://github.com/dtcenter/METbaseimage/issues/20#issuecomment-1931110341 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index af8d9c3..6215f7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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