Skip to content

Commit

Permalink
fix: updated worker build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 1, 2024
1 parent 96b9247 commit 97460c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ RUN apt-get update && apt-get install -y libatlas-base-dev \
libncurses5

# optionally for boost support (thread-specific CPU times, extended math functions, serialization)
sudo apt install libboost-chrono-dev libboost-math-dev libboost-serialization-dev
COPY config/environment.worker.yml /tmp/environment.worker.yml
COPY . /app/worker

Expand Down

0 comments on commit 97460c2

Please sign in to comment.