Skip to content

Commit 7fd6285

Browse files
authored
Merge pull request #452 from PanDAWMS/issue_451_remove_ChicagoES
Issue 451 remove chicago es
2 parents 54cbb6d + 9b9afb0 commit 7fd6285

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Installation/Docker/AL9/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
&& \

Utils/Dataflow/data4es/run/data4es-start

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ source_chain() {
240240

241241
process_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 \

0 commit comments

Comments
 (0)