Commit
·
d0d66b5
1
Parent(s):
9b08534
added port 7860 for hugging face
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,7 +14,7 @@ COPY requirements.txt .
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Expose FastAPI default port
|
| 17 |
-
EXPOSE
|
| 18 |
|
| 19 |
|
| 20 |
# Run FastAPI server
|
|
|
|
| 14 |
RUN pip install --no-cache-dir -r requirements.txt
|
| 15 |
|
| 16 |
# Expose FastAPI default port
|
| 17 |
+
EXPOSE 7860
|
| 18 |
|
| 19 |
|
| 20 |
# Run FastAPI server
|