Commit 9dfc5a32 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 70b6446e
...@@ -33,8 +33,9 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \ ...@@ -33,8 +33,9 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \
&& pip install pkg/csst-dfs-client \ && pip install pkg/csst-dfs-client \
&& pip install pkg/csst_common \ && pip install pkg/csst_common \
&& pip install pkg/csst_dadel \ && pip install pkg/csst_dadel \
&& pip install -r requirements.txt \ && pip install pkg/csst_dag \
&& rm -rf pkg requirements.txt && pip install -r pkg/csst_dag/requirements.txt \
&& rm -rf pkg
# change workdir # change workdir
WORKDIR /pipeline/output WORKDIR /pipeline/output
......
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