Skip to content

Commit

Permalink
Temporarily add pip install to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy1Am committed Jul 24, 2024
1 parent 116087a commit 1fb0b09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ ADD . .

ENV TF_CPP_MIN_LOG_LEVEL=3

RUN python3 -m pip install python-multipart

ENTRYPOINT ["python3", "main.py"]
CMD ["api"]

0 comments on commit 1fb0b09

Please sign in to comment.