Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
IMAGINE
Commits
5133a2f6
Commit
5133a2f6
authored
Oct 31, 2017
by
Theo Steininger
Browse files
updated Dockerfile and docker instructions.
parent
4948bda9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
5133a2f6
...
...
@@ -81,15 +81,17 @@ RUN python setup.py build
RUN
python setup.py
install
WORKDIR
..
#hampy
RUN
pip
install
jupyter pandas
ARG
CACHE_DATE=2017-10-31
#NIFTy
RUN
git clone https://gitlab.mpcdf.mpg.de/ift/NIFTy.git
-b
master
WORKDIR
NIFTy
RUN
python setup.py
install
WORKDIR
..
#hampy
RUN
pip
install
jupyter pandas
#Hammurabi
RUN
git clone https://bitbucket.org/ricphy/hamx
-b
maintenance
WORKDIR
hamx
...
...
docker/instructions
View file @
5133a2f6
sudo docker build -t iftmpa/imagine:dev .
sudo docker build
--build-arg CACHE_DATE=2017-10-31
-t iftmpa/imagine:dev .
sudo docker login -u XXX -p XXX
sudo docker push iftmpa/imagine:dev
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment