Skip to content
Snippets Groups Projects
Commit 79e3fd00 authored by Bizouard Paul's avatar Bizouard Paul
Browse files

:heavy_plus_sign: Add openpyxl, cvxopt and tk libraries

parent 083cd253
Branches main
No related tags found
No related merge requests found
Pipeline #23795 passed
...@@ -11,6 +11,7 @@ RUN pip3 install torchvision torch ...@@ -11,6 +11,7 @@ RUN pip3 install torchvision torch
RUN pip3 install numpy matplotlib pandas keras scipy pyvista imutils RUN pip3 install numpy matplotlib pandas keras scipy pyvista imutils
RUN pip3 install scikit-image scikit-learn RUN pip3 install scikit-image scikit-learn
RUN pip3 install opencv-python opencv-contrib-python RUN pip3 install opencv-python opencv-contrib-python
RUN pip3 install openpyxl cvxopt datetime dateutils tk
# Use non interactive to bypass tzdata post install # Use non interactive to bypass tzdata post install
RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y openssh-server curl && apt-get clean RUN apt update && DEBIAN_FRONTEND=noninteractive apt install -y openssh-server curl && apt-get clean
......
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