Skip to content
Snippets Groups Projects
Commit 50b9682a authored by Prema Soundararajan's avatar Prema Soundararajan
Browse files

update lib

parent 84f0ca3c
No related branches found
No related tags found
No related merge requests found
Pipeline #11919 passed with stage
in 26 minutes and 57 seconds
......@@ -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"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment