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

Update docker file

parent f94ca2e6
No related branches found
No related tags found
No related merge requests found
Pipeline #54969 passed
...@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \ ...@@ -9,7 +9,8 @@ RUN apt-get update && apt-get install -y \
&& pip3 install git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c \ && pip3 install git+https://gitlab.mpcdf.mpg.de/mtr/pypocketfft.git@c959e87dd69918fd63ff971fa2eebea99388a43c \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN git clone --recursive https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git \ RUN cd /root \
&& git clone --recursive https://gitlab.mpcdf.mpg.de/ift/nifty_tutorial.git \
&& cd nifty_tutorial/nifty \ && cd nifty_tutorial/nifty \
&& python3 setup.py install -f && python3 setup.py install -f
......
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