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

Add cython to Dockerfile such that pyfftw can be installed

parent 282a9497
No related branches found
No related tags found
1 merge request!278Add cython to Dockerfile such that pyfftw can be installed
Pipeline #39857 passed
......@@ -5,8 +5,8 @@ RUN apt-get update && apt-get install -y \
git \
# Packages needed for NIFTy
libfftw3-dev \
python python-pip python-dev python-future python-scipy \
python3 python3-pip python3-dev python3-future python3-scipy \
python python-pip python-dev python-future python-scipy cython \
python3 python3-pip python3-dev python3-future python3-scipy cython3 \
# Documentation build dependencies
python-sphinx python-sphinx-rtd-theme python-numpydoc \
# Testing dependencies
......
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