Skip to content

Commit

Permalink
Move requirements to use fully resolved set of dependencies plus enfo…
Browse files Browse the repository at this point in the history
…rce using hashes.
  • Loading branch information
rosmo committed Nov 29, 2022
1 parent 072b9df commit ee645c8
Show file tree
Hide file tree
Showing 3 changed files with 936 additions and 33 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ COPY helpers/*.py helpers/
RUN apt-get update && apt-get install -y libmagic1

# Install dependencies
RUN pip install --no-cache-dir -r requirements.txt
RUN pip install --upgrade pip
RUN pip install --require-hashes --no-cache-dir --no-deps -r requirements.txt

# Run as a web service on using the gunicorn webserver, with one worker process and 8 threads.
#
Expand Down

0 comments on commit ee645c8

Please sign in to comment.