Skip to content

Commit

Permalink
install mkl and mkl_fft
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Dec 27, 2024
1 parent 67c9b72 commit 2e15d7d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion podman/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ RUN for x in \
healpy \
fitsio \
numba \
# intel-cmplr-lib-rt \
mkl \
mkl_fft \
intel-cmplr-lib-rt \
# mpi4py \
seaborn \
matplotlib \
Expand All @@ -24,6 +26,11 @@ RUN for x in \
; do pip3 install --break-system-packages $x; done \
&& rm -Rf /root/.cache/pip

## install FFT-specific packages
#RUN pip3 install --break-system-packages \
# --index-url https://software.repos.intel.com/python/pypi \
# --extra-index-url https://pypi.org/simple mkl_fft

ENV DESIUTIL_VERSION 3.4.3
ENV DESIMODEL_VERSION 0.19.2
ENV DESITARGET_VERSION 2.8.0
Expand Down

0 comments on commit 2e15d7d

Please sign in to comment.