mv
This commit is contained in:
parent
872d803375
commit
6d4a643cbd
@ -3,7 +3,7 @@ FROM python:3.9.6
|
|||||||
ARG NEXUS_TOKEN
|
ARG NEXUS_TOKEN
|
||||||
|
|
||||||
ENV PIP_CONFIG_FILE pip.conf
|
ENV PIP_CONFIG_FILE pip.conf
|
||||||
ENV NEXUS_TOKEN $NEXUS_TOKEN
|
ENV NEXUS_TOKEN $NEXUS_TOKEN
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install coinor-cbc
|
RUN apt-get -y install coinor-cbc
|
||||||
|
@ -2,8 +2,8 @@ FROM python:3.9.6
|
|||||||
|
|
||||||
ARG NEXUS_TOKEN
|
ARG NEXUS_TOKEN
|
||||||
|
|
||||||
ENV PIP_CONFIG_FILE pip.conf
|
ENV PIP_INDEX_URL https://$NEXUS_TOKEN@artifact.it.getyardstick.com/repository/meazurelearning-pypi-internal/simple
|
||||||
ENV NEXUS_TOKEN $NEXUS_TOKEN
|
ENV EXTRA_INDEX_URL https://pypi.python.org/simple/
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y install coinor-cbc
|
RUN apt-get -y install coinor-cbc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user