Skip to content

Commit 152593e

Browse files
committed
1 worker
1 parent 87cc3c1 commit 152593e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RUN apt-get install -y libglib2.0-0
88
RUN pip install git+https://github.com/CVxTz/FastImageClassification
99
EXPOSE 80
1010

11-
ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80
11+
ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80 --workers 1

0 commit comments

Comments
 (0)