Commit dd1a0631 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

remove astromatic

parent ca2bb0fe
......@@ -29,8 +29,8 @@ WORKDIR /pipeline
# copy VCS roots
COPY --chown=csst:csst . /pipeline
# install ASTROMATIC
RUN chmod +x /pipeline/bin/* && ln -s /pipeline/bin/swarp /pipeline/bin/SWarp
ENV PATH /pipeline/bin:$PATH
#RUN chmod +x /pipeline/bin/* && ln -s /pipeline/bin/swarp /pipeline/bin/SWarp
#ENV PATH /pipeline/bin:$PATH
# install Python packages
RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \
pip install pkg/ccds \
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment