Skip to content

Commit

Permalink
fix autoreducer config file
Browse files Browse the repository at this point in the history
  • Loading branch information
backmari committed Jan 26, 2024
1 parent 4f033c7 commit fab70cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.autoreducer
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN curl https://raw.githubusercontent.com/neutrons/post_processing_agent/v3.0/c

# This configuration allows it to run with docker-compose from https://github.com/neutrons/data_workflow
RUN sed -i 's/localhost/activemq/' /etc/autoreduce/post_processing.conf
RUN cp /etc/autoreduce/post_processing.conf tmp.conf && grep -v ReductionProcessor tmp.conf > /etc/autoreduce/post_processing.conf

# install postprocessing
RUN dnf install -y https://github.com/neutrons/post_processing_agent/releases/download/v3.0/postprocessing-3.0.0-1.el9.noarch.rpm
Expand Down

0 comments on commit fab70cf

Please sign in to comment.