Skip to content

Commit

Permalink
change installation of numcodecs to only binary to use wheels for fas…
Browse files Browse the repository at this point in the history
…t installation
  • Loading branch information
mo-dkrz committed Dec 5, 2024
1 parent a6bd7cb commit c4925d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions freva-rest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ RUN chmod +x ./entrypoint.sh && \
export CFLAGS="-O3" && \
export DISABLE_NUMCODECS_SSE2=true && \
export DISABLE_NUMCODECS_AVX2=true && \
pip3 install numcodecs --only-binary numcodecs --break-system-packages && \
python3 -m pip install /opt/app/dist/freva_rest*.whl --break-system-packages; \
else \
python3 -m pip install /opt/app/dist/freva_rest*.whl --break-system-packages; \
Expand Down
2 changes: 1 addition & 1 deletion freva-rest/src/freva_rest/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from pathlib import Path

__version__ = "2412.0.0-dev1"
__version__ = "2412.0.0-dev2"
__all__ = ["__version__"]

REST_URL = (
Expand Down

0 comments on commit c4925d7

Please sign in to comment.