Spaces:
Runtime error
Runtime error
Tarandeep Singh commited on
Commit ·
183b178
1
Parent(s): 54577c6
new ports
Browse files
Dockerfile
CHANGED
|
@@ -12,4 +12,6 @@ RUN pip install fastapi uvicorn
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
-
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
|
|
|
|
|
|
|
|
| 12 |
|
| 13 |
COPY . .
|
| 14 |
|
| 15 |
+
#CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
|
| 16 |
+
|
| 17 |
+
CMD [ "python3", "-m" , "flask", "run", "--host=0.0.0.0"]
|
modules/__pycache__/ngram_models_utils.cpython-37.pyc
ADDED
|
Binary file (3.67 kB). View file
|
|
|