Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
bilby_pipe
Commits
5b88126a
Commit
5b88126a
authored
Jul 25, 2019
by
Gregory Ashton
Browse files
Add make
parent
2ae9a002
Pipeline
#71696
passed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containers/Dockerfile-test-suite-python37
View file @
5b88126a
...
...
@@ -3,6 +3,11 @@ LABEL name="bilby_pipe Base miniconda3" \
maintainer="Gregory Ashton <gregory.ashton@ligo.org>" \
date="20190724"
# Install backend
RUN apt-get update --fix-missing \
&& apt-get install -y make libglib2.0-0 libxext6 libsm6 libxrender1 libgl1-mesa-glx \
dh-autoreconf build-essential libarchive-dev wget curl git libhdf5-serial-dev
RUN conda update -n base -c defaults conda
ENV conda_env python37
...
...
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