ThomasBlumet
commited on
Commit
·
3b3d4d4
1
Parent(s):
45b30ae
remove unicorn
Browse files- Dockerfile +1 -1
- requirements.txt +1 -2
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ WORKDIR $HOME/app
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
|
28 |
-
CMD ["
|
|
|
25 |
COPY --chown=user . $HOME/app
|
26 |
|
27 |
# During debugging, this entry point will be overridden. For more information, please refer to https://aka.ms/vscode-docker-python-debug
|
28 |
+
CMD ["app:app", "--host", "0.0.0.0", "--port", "7860"]
|
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
transformers
|
2 |
torch
|
3 |
gradio
|
4 |
-
huggingface_hub
|
5 |
-
uvicorn
|
|
|
1 |
transformers
|
2 |
torch
|
3 |
gradio
|
4 |
+
huggingface_hub
|
|