Skip to content
Snippets Groups Projects
Commit 826b11c8 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

add back python3-lalsimulation to CI environment, for faster inspiral-range calculations

parent 88b67628
No related branches found
No related tags found
No related merge requests found
Pipeline #181011 failed
......@@ -27,7 +27,7 @@ gwinc/base:
cat <<EOF > Dockerfile
FROM igwn/base:buster
RUN apt-get update -qq
RUN apt-get -y install --no-install-recommends git python3 python3-gitlab python3-setuptools-scm python3-yaml python3-scipy python3-matplotlib python3-pypdf2 python3-h5py python3-inspiral-range
RUN apt-get -y install --no-install-recommends git python3 python3-gitlab python3-setuptools-scm python3-yaml python3-scipy python3-matplotlib python3-pypdf2 python3-h5py python3-inspiral-range python3-lalsimulation
EOF
- docker build -t $IMAGE_TAG .
- docker push $IMAGE_TAG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment