From 1083a513bc13a4e6b4a682d8328a0e5937c47005 Mon Sep 17 00:00:00 2001 From: "duncan.macleod" <duncan.macleod@ligo.org> Date: Mon, 15 Jan 2024 11:03:17 +0000 Subject: [PATCH] fix install of lscsoft-glue for gcc 8 closes #3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6599cc2..a851eb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -58,13 +58,13 @@ RUN apt-get update && apt-get --assume-yes install \ python3-dateutil \ python3-dev \ python3-freezegun \ - python3-glue \ python3-gwdatafind \ python3-gwpy \ python3-healpy \ python3-ligo-gracedb \ python3-ligo-lw \ python3-ligo-segments \ + python3-lscsoft-glue \ python3-matplotlib \ python3-numpy \ python3-pytest \ -- GitLab