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 0e62561 commit 87cc3c1Copy full SHA for 87cc3c1
Dockerfile
@@ -7,4 +7,5 @@ RUN apt install -y git
7
RUN apt-get install -y libglib2.0-0
8
RUN pip install git+https://github.com/CVxTz/FastImageClassification
9
EXPOSE 80
10
-CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "80"]
+
11
+ENTRYPOINT uvicorn main:app --host 0.0.0.0 --port 80
0 commit comments