Commit 66cc13a3 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

try py312

parent 850c88c4
# base image
ARG HARBOR
FROM ${HARBOR}/csst/miniconda3-py311:latest
FROM ${HARBOR}/csst/miniconda3-py312:latest
# declare variables
ARG PIPELINE_ID
ARG BUILD
......@@ -35,8 +35,8 @@ RUN --mount=type=cache,id=pip,uid=9000,gid=9000,target=/home/csst/.cache \
&& pip install pkg/csst_dadel \
&& pip install pkg/csst-dag \
&& pip install -r pkg/csst-dag/requirements.txt \
&& cp -r pkg/csst-dag/csst_dag/cli /pipeline/app \
&& rm -rf pkg
&& mv pkg/csst-dag/csst_dag/cli /pipeline/app \
&& rm -rf pkg /pipeline/app/__init__.py /pipeline/app/__pychache__
# change workdir
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