Skip to content

Commit

Permalink
use install-desc to install rail
Browse files Browse the repository at this point in the history
  • Loading branch information
heather999 authored May 22, 2024
1 parent af94250 commit 6bec9de
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,6 @@ RUN cd /tmp/desc-python/conda && \
find /$DESC_PYTHON_DIR -name "*.pyc" -delete && \
(find $DESC_PYTHON_DIR -name "doc" | xargs rm -Rf) || true && \
(find $DESC_PYTHON_DIR -name "*.so" ! -path "*/xpa/*" | xargs strip -s -p) || true && \
cd /opt/desc && \
wget https://github.com/LSSTDESC/rail/archive/refs/tags/v1.0.0.tar.gz && \
tar xzf v1.0.0.tar.gz && \
rm v1.0.0.tar.gz && \
cd rail-1.0.0 && \
pip install . && \
rail install --package-file rail_packages.yml && \
cd /tmp && \
rm -Rf desc-python

Expand Down

0 comments on commit 6bec9de

Please sign in to comment.