From 3aa8fa32faeeff90c7eb6dd696162a021499ad99 Mon Sep 17 00:00:00 2001 From: faph Date: Thu, 19 Sep 2024 12:34:49 +0100 Subject: [PATCH] Add inference server as dependency in Docker docs --- docs/deployment.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deployment.rst b/docs/deployment.rst index 55ea87d..3746b4e 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -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