From 9ac0cef290344c9fc27f4c6be4b552c33e6c9fdd Mon Sep 17 00:00:00 2001 From: kkaris Date: Thu, 27 Jun 2024 17:06:29 -0700 Subject: [PATCH] Force update of Flask-JWT-Extended and Flask-WTF --- docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 482ad21a7..31a524847 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -8,6 +8,8 @@ ARG RGD_VERSION RUN pip3 install git+https://github.com/bgyori/indra_cogex.git#egg=indra_cogex[web,gunicorn,gsea] && \ python -m indra.ontology.bio build +RUN pip3 install -U Flask-JWT-Extended && \ + pip3 install -U Flask-WTF # Copy the names.tsv files for the pre-built pyobo caches to this directory as # mg_names.tsv and rgd_names.tsv, respectively. This is necessary to avoid running the