Skip to content

Commit

Permalink
Add inference server as dependency in Docker docs
Browse files Browse the repository at this point in the history
  • Loading branch information
faph committed Sep 19, 2024
1 parent 86b9956 commit 3aa8fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ like this:
COPY entrypoint.sh /usr/local/bin/
RUN python -m pip install \
gunicorn \
inference-server \
shipping-forecast # Our package implementing the hooks
EXPOSE 8080
Expand Down

0 comments on commit 3aa8fa3

Please sign in to comment.