Skip to content
Snippets Groups Projects
Commit a269bbb6 authored by Philipp Arras's avatar Philipp Arras
Browse files

Portable ducc0 in Docker

Otherwise it cannot be run on other machines
parent 285d1960
No related branches found
No related tags found
1 merge request!662Mpi tweaks
Pipeline #105763 passed
...@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \
# Optional NIFTy dependencies # Optional NIFTy dependencies
python3-mpi4py python3-matplotlib \ python3-mpi4py python3-matplotlib \
# more optional NIFTy dependencies # more optional NIFTy dependencies
&& pip3 install ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme \ && DUCC0_OPTIMIZATION=portable pip3 install ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Set matplotlib backend # Set matplotlib backend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment