Spaces:
Sleeping
Sleeping
Commit
·
3e6ecf4
1
Parent(s):
f46f4be
Revert "Update Dockerfile"
Browse filesThis reverts commit f46f4be549b5fbe6320aa5ac784471e7cca3f985.
- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -8,7 +8,6 @@ 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 |
-
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
|
|
|
|
| 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
|