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
d4f02bc5
Commit
d4f02bc5
authored
Oct 20, 2025
by
BO ZHANG
🏀
Browse files
tweaks
parent
c519c40d
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
d4f02bc5
...
@@ -3,5 +3,7 @@
...
@@ -3,5 +3,7 @@
Docker image for csst-echo pipeline.
Docker image for csst-echo pipeline.
```
shell
```
shell
docker run csst-echo python /pipeline/app/run.py
'{"dag_run": "12345"}'
docker run
\
csu-harbor.csst.nao:10443/csst/csst-echo
\
python /pipeline/app/run.py
'{"dag_run": "12345"}'
```
```
app/run.py
View file @
d4f02bc5
...
@@ -14,8 +14,8 @@ p = Pipeline(
...
@@ -14,8 +14,8 @@ p = Pipeline(
pipeline_log
=
"pipeline.log"
,
pipeline_log
=
"pipeline.log"
,
clean_output_before_run
=
True
,
clean_output_before_run
=
True
,
filter_warnings
=
False
,
filter_warnings
=
False
,
dfs
=
Tru
e
,
dfs
=
Fals
e
,
ccds
=
Tru
e
,
ccds
=
Fals
e
,
)
)
p
.
info
()
p
.
info
()
...
...
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