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

Put files into docker container

parent 1c229464
No related branches found
No related tags found
No related merge requests found
Pipeline #54966 passed
......@@ -3,14 +3,15 @@ FROM debian:testing-slim
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
# Needed for setup
git python3-pip \
# Packages needed for NIFTy
python3-scipy \
# Optional NIFTy dependencies
python3-matplotlib \
&& pip3 install git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c \
&& rm -rf /var/lib/apt/lists/*
# Set matplotlib backend
RUN git clone --recursive https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git \
&& cd nifty_tutorial/nifty \
&& python3 setup.py install -f
ENV MPLBACKEND agg
WORKDIR /root
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