Skip to content

Commit

Permalink
Try to print out the requirements.txt export for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Jan 17, 2024
1 parent a3c3933 commit 81934b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions processing/segmenter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN \
# Install Python dependencies
RUN \
export PATH="$HOME/.local/bin:$PATH" && \
cat /tmp/requirements.txt & \
pip install --no-cache-dir --extra-index-url https://www.piwheels.org/simple -r /tmp/requirements.txt

# Set up application
Expand Down

0 comments on commit 81934b3

Please sign in to comment.