Skip to content

Commit

Permalink
Update Dockerfile-worker for fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie authored Nov 3, 2024
1 parent eee0125 commit 88d011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile-worker
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apt-get update && apt-get install -y \
&& 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 \
&& conda env update -n conda-env -f /tmp/environment.worker \
&& poetry install --only=worker --no-cache \
&& apt-get autoremove -y \
&& apt-get clean
Expand Down

0 comments on commit 88d011f

Please sign in to comment.