moving
This commit is contained in:
parent
d8545a5500
commit
872d803375
@ -1,8 +1,10 @@
|
||||
FROM python:3.9.6
|
||||
|
||||
ENV PIP_CONFIG_FILE pip.conf
|
||||
ARG NEXUS_TOKEN
|
||||
|
||||
ENV PIP_CONFIG_FILE pip.conf
|
||||
ENV NEXUS_TOKEN $NEXUS_TOKEN
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install coinor-cbc
|
||||
|
||||
|
@ -1,8 +1,10 @@
|
||||
FROM python:3.9.6
|
||||
|
||||
ENV PIP_CONFIG_FILE pip.conf
|
||||
ARG NEXUS_TOKEN
|
||||
|
||||
ENV PIP_CONFIG_FILE pip.conf
|
||||
ENV NEXUS_TOKEN $NEXUS_TOKEN
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get -y install coinor-cbc
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user