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
csst-dag
Commits
3f3f3813
Commit
3f3f3813
authored
Sep 07, 2025
by
BO ZHANG
🏀
Browse files
update requirements.txt
parent
e2dd4d0b
Changes
2
Show whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
3f3f3813
...
...
@@ -30,12 +30,12 @@ COPY --chown=csst:csst . /pipeline
RUN
mv
pkg/csst-dag/csst_dag/cli /pipeline/app
&&
rm
/pipeline/app/__init__.py
# install packages & requirements
RUN
--mount
=
type
=
cache,id
=
pip,uid
=
9000,gid
=
9000,target
=
/home/csst/.cache
\
pip
install
./
pkg/ccds
\
&&
pip
install
./
pkg/csst-dfs-client
\
&&
pip
install
./
pkg/csst_common
\
&&
pip
install
./
pkg/csst_dadel
\
&&
pip
install
./
pkg/csst-dag
\
&&
pip
install
-r
./pkg/csst-dag/
requirements.txt
\
pip
install
pkg/ccds
\
&&
pip
install
pkg/csst-dfs-client
\
&&
pip
install
pkg/csst_common
\
&&
pip
install
pkg/csst_dadel
\
&&
pip
install
pkg/csst-dag
\
&&
pip
install
-r
requirements.txt
\
&&
rm
-rf
pkg
# change workdir
WORKDIR
/pipeline/output
...
...
docker/requirements.txt
View file @
3f3f3813
...
...
@@ -3,3 +3,4 @@ numpy
toml
pyyaml
joblib
requests
\ No newline at end of file
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