From 15c17a89af79f0e2902d176802361742b5d5579c Mon Sep 17 00:00:00 2001 From: epinnock Date: Mon, 26 Sep 2022 12:43:53 +0000 Subject: [PATCH] upgraded numpy --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index ba1f17b..7457dcf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,6 +33,7 @@ RUN apt-get update -y && apt-get install -y \ # Install production dependencies. RUN bash ./scripts/setup_omnizart.sh RUN pip install --no-cache-dir -r requirements.txt +RUN pip install -U numpy RUN python test.py # Run the web service on container startup. Here we use the gunicorn