Commit 8c88e09c authored by Elisabetta Giani's avatar Elisabetta Giani
Browse files

Use csp-lmc-common python package on nexus repository.

parent 6e8b1663
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6,6 +6,5 @@ RUN ipython profile create
#install lmc-base-classes
USER root
RUN DEBIAN_FRONTEND=noninteractive pip3 install https://nexus.engageska-portugal.pt/repository/pypi/packages/lmcbaseclasses/0.2.0+6bb55a6e/lmcbaseclasses-0.2.0+6bb55a6e.tar.gz

RUN DEBIAN_FRONTEND=noninteractive pip3 install http://www.arcetri.astro.it/~egiani/csp-lmc-common-0.3.0.tar.gz
RUN DEBIAN_FRONTEND=noninteractive pip3 install https://nexus.engageska-portugal.pt/repository/pypi/packages/csp-lmc-common/0.3.0/csp-lmc-common-0.3.0.tar.gz
CMD ["/venv/bin/python", "/app/csp_lmc_common/CspMaster.py" ]
+1 −1
Original line number Diff line number Diff line
@@ -6,6 +6,6 @@ RUN ipython profile create
#install lmc-base-classes
USER root
RUN DEBIAN_FRONTEND=noninteractive pip3 install https://nexus.engageska-portugal.pt/repository/pypi/packages/lmcbaseclasses/0.2.0+6bb55a6e/lmcbaseclasses-0.2.0+6bb55a6e.tar.gz
RUN DEBIAN_FRONTEND=noninteractive pip3 install http://www.arcetri.astro.it/~egiani/csp-lmc-common-0.3.0.tar.gz
RUN DEBIAN_FRONTEND=noninteractive pip3 install https://nexus.engageska-portugal.pt/repository/pypi/packages/csp-lmc-common/0.3.0/csp-lmc-common-0.3.0.tar.gz

CMD ["/venv/bin/python","/app/csp-lmc-mid/MidCspMaster.py"]