Skip to content

Commit

Permalink
Tweaks for building against the newer google base image.
Browse files Browse the repository at this point in the history
* Python tries to protect you, but that's less useful in a docker image.
* Incorporate workaround suggestion from yaml/pyyaml#724.
  • Loading branch information
tmooney committed Dec 5, 2024
1 parent d47e34c commit df48e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ ADD manual-workflows/server_startup.py /opt/manual-workflows/server_startup.py
ADD manual-workflows/start.sh /opt/manual-workflows/start.sh
ADD manual-workflows/cromwell.service /opt/manual-workflows/cromwell.service

RUN pip3 install -r /opt/scripts/requirements.txt
RUN pip3 install --no-build-isolation --break-system-packages -r /opt/scripts/requirements.txt
2 changes: 2 additions & 0 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cython<3.0.0

cwl_utils
miniwdl == 1.2.1

Expand Down

0 comments on commit df48e24

Please sign in to comment.