Skip to content
Snippets Groups Projects
Commit 9ec10791 authored by Vincent Eberle's avatar Vincent Eberle
Browse files

change to pip install for bugfix

parent cd3b6dc1
1 merge request!782change to pip install for bugfix
Pipeline #140233 passed
...@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \ ...@@ -10,9 +10,9 @@ RUN apt-get update && apt-get install -y \
# Testing dependencies # Testing dependencies
python3-pytest-cov jupyter \ python3-pytest-cov jupyter \
# Optional NIFTy dependencies # Optional NIFTy dependencies
python3-mpi4py python3-matplotlib python3-h5py python3-astropy \ python3-mpi4py python3-matplotlib python3-h5py \
# more optional NIFTy dependencies # more optional NIFTy dependencies
&& DUCC0_OPTIMIZATION=portable pip3 install ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme jupytext \ && DUCC0_OPTIMIZATION=portable pip3 install astropy ducc0 finufft jupyter jax jaxlib sphinx pydata-sphinx-theme jupytext \
&& 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