From 30c524ba870fc52515f77a3e57f61b0fac8d934a Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Tue, 8 Nov 2022 14:47:39 +0100 Subject: [PATCH] Fix CI/CD pipeline --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 27408d8..cd27584 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,8 @@ RUN apt update && \ python3 python3-matplotlib \ python3-astropy \ python3-numpy \ + python3-numba \ + python3-scipy \ python3-h5py \ python3-setuptools \ python3-pip \ -- GitLab