Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dynamic Exposure
Global Dynamic Exposure
losscalculator
Commits
3f91980c
Commit
3f91980c
authored
Dec 10, 2021
by
Marius Kriegerowski
Browse files
Add Dockerfile
parent
501baa62
Pipeline
#36055
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
0 → 100644
View file @
3f91980c
FROM
python:3.9
LABEL
maintainer="marius.kriegerowski@gfz-potsdam.de"
WORKDIR
/usr/src/loss-calculator
RUN
apt-get clean
&&
apt-get
-y
update
&&
apt-get
install
-y
libgdal-dev
# Install dependencies first to improve layer cacheing
COPY
setup.py .
RUN
pip3
install
--no-cache-dir
.
COPY
. .
RUN
pip3
install
--no-cache-dir
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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