Skip to content
Snippets Groups Projects
Commit bb1083ad authored by Dominique Benielli's avatar Dominique Benielli
Browse files

cvx

parent e3e810cd
No related branches found
No related tags found
No related merge requests found
......@@ -24,3 +24,5 @@ RUN apt-get install -y --no-install-recommends locales && \
update-locale en_US.UTF-8 && \
echo "export LC_ALL=$(locale -a | grep en_US)" >> /root/.bashrc && \
echo "export LANG=$(locale -a | grep en_US)" >> /root/.bashrc
COPY requirements.txt .
RUN pip3 install -r requirements.txt
cvxopt==1.2.0
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