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
a58f85cd
Commit
a58f85cd
authored
Sep 07, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
adc5590f
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
a58f85cd
...
@@ -29,10 +29,7 @@ USER csst
...
@@ -29,10 +29,7 @@ USER csst
COPY
--chown=csst:csst . /pipeline
COPY
--chown=csst:csst . /pipeline
# install packages & requirements
# install packages & requirements
RUN
--mount
=
type
=
cache,id
=
pip,uid
=
9000,gid
=
9000,target
=
/home/csst/.cache
\
RUN
--mount
=
type
=
cache,id
=
pip,uid
=
9000,gid
=
9000,target
=
/home/csst/.cache
\
pip
install
pkg/ccds
\
pip
install
pkg/ccds
&&
pip
install
pkg/csst-dfs-client
\
&&
pip
install
pkg/csst_common
\
&&
pip
install
pkg/csst_dadel
# change workdir
# change workdir
WORKDIR
/pipeline/output
WORKDIR
/pipeline/output
...
...
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