Skip to content

Commit

Permalink
wheel builder pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-m-dev committed Aug 4, 2023
1 parent ac82a32 commit 7e78fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-wheel-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
wheel_builder:
image: "python:3.7.16-buster"
command: bash -c "sort /appsrc/docker/lab/files/requirements.txt /appsrc/docker/machine/files/requirements.txt | uniq >> /root/requirements.txt && pip wheel -r /root/requirements.txt"
command: bash -c "sort /appsrc/docker/lab/files/requirements.txt /appsrc/docker/machine/files/requirements.txt | uniq >> /root/requirements.txt && pip install --upgrade pip && pip wheel -r /root/requirements.txt"
working_dir: /appsrc/docker/wheels
volumes:
- "./:/appsrc"

0 comments on commit 7e78fca

Please sign in to comment.