Skip to content

Commit

Permalink
fix(containerfile): Numcodecs build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Nov 15, 2024
1 parent 2508dcf commit 916e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ COPY pyproject.toml /_lock/
# Delete any unwanted parts of the installed packages to reduce size
RUN apt-get -qq update && apt-get -qq -y install gcc && \
echo "Creating virtualenv at /venv" && \
conda create --quiet --yes -p /venv python=3.12 numcodecs eccodes
conda create --quiet --yes -p /venv python=3.12 zarr==2.18.3 eccodes
RUN echo "Installing dependencies into /venv" && \
cd /_lock && \
mkdir src && \
Expand Down

0 comments on commit 916e4ba

Please sign in to comment.