From 59a81efc9ef4f8b77a99c20d5f998ffc17e32b51 Mon Sep 17 00:00:00 2001 From: Piao Date: Mon, 22 Jul 2024 17:56:37 +0100 Subject: [PATCH] update gast --- server/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/Dockerfile b/server/Dockerfile index d6614c9..dcdcbfa 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -18,6 +18,9 @@ RUN apk update && \ meson \ ninja +# Upgrade pythran and gast +RUN pip install --no-cache-dir --upgrade pythran gast + RUN pip3 install --no-cache-dir -r requirements.txt COPY . /usr/src/app