Spaces:
Sleeping
Sleeping
Commit
·
0820e49
1
Parent(s):
c08e9b7
hf port
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ COPY requirements.txt /app/.
|
|
8 |
COPY app.py /app/.
|
9 |
COPY chainlit.md /app/.
|
10 |
|
|
|
11 |
|
12 |
RUN pip install -r requirements.txt
|
13 |
|
|
|
8 |
COPY app.py /app/.
|
9 |
COPY chainlit.md /app/.
|
10 |
|
11 |
+
EXPOSE 7860
|
12 |
|
13 |
RUN pip install -r requirements.txt
|
14 |
|