get requirements.txt working

This commit is contained in:
brmnjsh
2023-11-29 23:18:59 +00:00
parent d58954ec1d
commit f2324c2613
7 changed files with 22 additions and 152 deletions

View File

@ -3,7 +3,8 @@ FROM python:3.9.6
ARG NEXUS_TOKEN
ENV PIP_CONFIG_FILE pip.conf
ENV NEXUS_TOKEN $NEXUS_TOKEN
ENV PYTHONPATH /pip
ENV NEXUS_TOKEN $NEXUS_TOKEN
RUN apt-get update
RUN apt-get -y install coinor-cbc