Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sdc
GRIS Gregor Infrared Spectrograph
grisinv
Commits
a8590f35
Commit
a8590f35
authored
Oct 11, 2021
by
Vigeesh Gangadharan
Browse files
Add Dockerfile
parent
cb67b4ab
Pipeline
#2631
passed with stage
in 3 minutes and 2 seconds
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
0 → 100644
View file @
a8590f35
FROM
continuumio/miniconda3:latest
WORKDIR
/home/grisuser
VOLUME
/home/grisuser
RUN
apt-get update
--fix-missing
&&
\
apt-get
-qq
install
-y
make
&&
\
apt-get clean
&&
\
conda create
-n
gris_inv
-c
conda-forge mpi4py numpy scipy gfortran_linux-64 lapack matplotlib
&&
\
conda clean
--all
&&
\
echo
"source activate gris_inv"
>>
~/.bashrc
ENV
PATH /opt/conda/envs/gris_inv/bin:$PATH
SHELL
["conda", "run", "-n", "gris_inv", "/bin/bash", "-c"]
RUN
pip
install
git+https://gitlab.leibniz-kis.de/sdc/grisinv.git
&&
\
export
LD_LIBRARY_PATH
=
$CONDA_PREFIX
/lib:
$LD_LIBRARY_PATH
Write
Preview
Markdown
is supported
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