Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-cicd
misc
csst-echo
Commits
dd1a0631
Commit
dd1a0631
authored
Oct 20, 2025
by
BO ZHANG
🏀
Browse files
remove astromatic
parent
ca2bb0fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
dd1a0631
...
...
@@ -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
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment