Hi,
I’m looking at the Docker images available here,
Docker Hub
but since I want to use LSST software along with other software, I want to add LSST to my existing Docker image, not start from scratch.
I tried building from a Debian-based Docker image, and the newinstall.sh script reports an error:
prefix: /opt/conda/envs/lsst-scipipe-0.6.0
./newinstall.sh: line 265: /etc/redhat-release: No such file or directory
Configured EUPS_PKGROOT: Index of /stack/src
Creating startup scripts (bash) … done.
It does seem to finish installing, but at the end it prints:
and feel free to ask any questions via the LSST Community forum:
https://community.lsst.org/c/support
Thanks!
– The LSST Software Teams
and just stalls – that step of my Docker build never completes.
I’m just doing
RUN curl -OL https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh
RUN chmod 755 newinstall.sh
RUN ./newinstall.sh -b -t -P /opt/conda
Any tips would be welcome!
thanks,
–dustin