File tree Expand file tree Collapse file tree
Utils/Dataflow/data4es/run Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,11 @@ RUN mkdir ${DKB_DIR} \
4141 && \
4242 sh ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/dkb3/miniconda3 -s -m \
4343 && \
44- source "/opt/dkb3/miniconda3/etc/profile.d/conda.sh" \
44+ source "/opt/dkb3/miniconda3/etc/profile.d/conda.sh" \
45+ && \
46+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main \
47+ && \
48+ conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r \
4549 && \
4650 conda create -y -n dkb_python_3_9 python=3.9 \
4751 && \
Original file line number Diff line number Diff line change @@ -240,7 +240,6 @@ source_chain() {
240240
241241process_chain () {
242242 cat $b_process | run_stage ' 91' | eop_filter \
243- | run_stage ' 25' | eop_filter \
244243 | run_stage ' 16' | eop_filter \
245244 | run_stage ' 17' | eop_filter \
246245 | run_stage ' 40' | eop_filter \
You can’t perform that action at this time.
0 commit comments