diff --git a/Installation/Docker/AL9/Dockerfile b/Installation/Docker/AL9/Dockerfile index 7e7dd2946..060d5a383 100644 --- a/Installation/Docker/AL9/Dockerfile +++ b/Installation/Docker/AL9/Dockerfile @@ -41,7 +41,11 @@ RUN mkdir ${DKB_DIR} \ && \ sh ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/dkb3/miniconda3 -s -m \ && \ - source "/opt/dkb3/miniconda3/etc/profile.d/conda.sh" \ + source "/opt/dkb3/miniconda3/etc/profile.d/conda.sh" \ + && \ + conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main \ + && \ + conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r \ && \ conda create -y -n dkb_python_3_9 python=3.9 \ && \ diff --git a/Utils/Dataflow/data4es/run/data4es-start b/Utils/Dataflow/data4es/run/data4es-start index be1807ed5..458e54d1c 100755 --- a/Utils/Dataflow/data4es/run/data4es-start +++ b/Utils/Dataflow/data4es/run/data4es-start @@ -240,7 +240,6 @@ source_chain() { process_chain() { cat $b_process | run_stage '91' | eop_filter \ - | run_stage '25' | eop_filter \ | run_stage '16' | eop_filter \ | run_stage '17' | eop_filter \ | run_stage '40' | eop_filter \