Spaces:
Sleeping
Sleeping
Commit
·
f46f4be
1
Parent(s):
142ffac
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -8,6 +8,7 @@ WORKDIR /app/ttyd
|
|
| 8 |
# Copy the current directory contents into the container at /usr/src/app
|
| 9 |
# COPY . /app/ttyd
|
| 10 |
COPY *.py /app/ttyd
|
|
|
|
| 11 |
|
| 12 |
# to make gradio app accessible to local network (default 127.0.0.1 is only accissible within the container)
|
| 13 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|
|
|
|
| 8 |
# Copy the current directory contents into the container at /usr/src/app
|
| 9 |
# COPY . /app/ttyd
|
| 10 |
COPY *.py /app/ttyd
|
| 11 |
+
COPY requirements.txt /app/ttyd
|
| 12 |
|
| 13 |
# to make gradio app accessible to local network (default 127.0.0.1 is only accissible within the container)
|
| 14 |
ENV GRADIO_SERVER_NAME=0.0.0.0
|