diff --git a/Dockerfile b/Dockerfile index 3f6fa54dd36e136df38b0eff863db56ab5aebbae..493ef049d9fbc8559a57325a4ff56f55990b0d4a 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"]