We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cc3c1 commit 152593eCopy full SHA for 152593e
Dockerfile
@@ -8,4 +8,4 @@ RUN apt-get install -y libglib2.0-0
8
RUN pip install git+https://github.com/CVxTz/FastImageClassification
9
EXPOSE 80
10
11
-ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80
+ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80 --workers 1
0 commit comments