Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,7 +6,7 @@ COPY . /app
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
-
#
|
10 |
-
EXPOSE 7860
|
11 |
|
12 |
CMD ["python", "app.py"]
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir -r requirements.txt
|
8 |
|
9 |
+
# gradio port
|
10 |
+
EXPOSE 7860
|
11 |
|
12 |
CMD ["python", "app.py"]
|