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

attempt to bypass CI issue

lalsuite is currently broken in buster. this should only be temporary.
parent 872c0605
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +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 python3-lalsimulation
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
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