From 50b9682a34ba2d16b0dfa6f16dd7cccb3a80d617 Mon Sep 17 00:00:00 2001 From: Prema Soundararajan <prema@uab.edu> Date: Fri, 1 Nov 2024 00:34:32 +0000 Subject: [PATCH] update lib --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f6fa54..493ef04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN python3 -m venv venv RUN pip install --upgrade pip # Install dependencies RUN /bin/bash -c "source venv/bin/activate && pip install -r requirements.txt && pip install .[gui]" - +RUN pip install --upgrade typing-extensions==4.5.0 +RUN pip install --upgrade matplotlib # Set the entrypoint to bash ENTRYPOINT ["/bin/bash"] -- GitLab