Commit 107e43ed authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 2c6cb737
from ._dfs import DFS, dfs
from .dag import CSST_DAGS, Dispatcher, BaseDAG
from ._csst import csst, CsstPlanObsid, CsstPlanObsgroup, DotDict
__version__ = "0.0.0"
import csst_dag
print("csst_dag version: ", csst_dag.__version__)
version: '3'
services:
test-10100261626-09: # each service should have its own name
image: ${IMAGE}
container_name: ${PIPELINE_ID}-10100261626-09 # each container should have its own name
user: csst
env_file:
- .env
command: > # change it as necessary
python /pipeline/app/test.py
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