Skip to content

Commit

Permalink
update worker
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Nov 1, 2024
1 parent e946252 commit cf77996
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ COPY config/environment.worker.yml /tmp/environment.worker.yml
COPY . /app/worker

# os deps
RUN apt-get update && apt-get install -y libatlas-base-dev \
RUN apt-get update && apt-get install -y \
libatlas-base-dev \
libhdf5-serial-dev \
swig \
libboost-all-dev \
Expand All @@ -30,6 +31,7 @@ RUN apt-get update && apt-get install -y libatlas-base-dev \
bzip2 \
libxml2 \
libncurses5 \
&& rm /app/worker/environment.worker.yml || echo "File not found: /app/worker/environment.worker.yml" \
&& source ~/.bashrc \
&& conda install -c conda-forge -c pysces pysces -y \
&& conda env update -n conda-env -f /tmp/environment.worker -y \
Expand Down

0 comments on commit cf77996

Please sign in to comment.