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
NIFTy
Commits
c165f5cd
Commit
c165f5cd
authored
Nov 20, 2017
by
Martin Reinecke
Browse files
adjust
parent
a887188f
Pipeline
#21949
passed with stage
in 4 minutes and 43 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
c165f5cd
FROM
ubuntu:artful
#FROM ubuntu:artful
FROM
debian:testing-slim
# dependencies via apt
RUN
apt-get update
ADD
ci/install_basics.sh /tmp/install_basics.sh
RUN
cd
/tmp
&&
chmod
+x install_basics.sh
&&
.
/install_basics.sh
RUN
sh
/tmp/install_basics.sh
# python dependencies
ADD
ci/requirements.txt /tmp/requirements.txt
RUN
pip
install
--
upgrade
-r
/tmp/requirements.txt
RUN
pip
install
--
process-dependency-links
-r
/tmp/requirements.txt
# copy sources and install nifty
...
...
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