Commit adc5590f authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweaks

parent 76ac26bf
...@@ -32,10 +32,7 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \ ...@@ -32,10 +32,7 @@ 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-dfs-client \
&& pip install pkg/csst_common \ && pip install pkg/csst_common \
&& pip install pkg/csst_dadel \ && pip install pkg/csst_dadel
&& pip install pkg/csst-dag \
&& 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