Skip to content

Commit

Permalink
Single out pytables and avoid bdep issues for now
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoRoth committed Feb 2, 2024
1 parent 5b367b8 commit f790a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions untested_base/Dockerfile_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,11 @@ RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
$PIP install --no-cache-dir --no-binary :all: "gdal<$(gdal-config --version | cut -d. -f1).$(( $(gdal-config --version | cut -d. -f2) + 1 ))" && \
$PIP install --no-cache-dir --no-binary :all: fiona
$PIP install --no-cache-dir --no-binary :all: pyproj

RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
$PIP install --no-cache-dir --no-binary :all: pyproj
$PIP install --no-cache-dir --no-binary tables tables

RUN \
export NPY_NUM_BUILD_JOBS=$(nproc) && \
Expand All @@ -164,7 +165,6 @@ RUN \
Pillow \
geopandas \
netCDF4 \
"git+https://github.com/PyTables/PyTables.git" \
configobj \
joblib \
dask \
Expand Down

0 comments on commit f790a10

Please sign in to comment.