Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY requirements.txt /app/requirements.txt
|
|
| 11 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 12 |
|
| 13 |
COPY app.py /app/app.py
|
| 14 |
-
COPY grid.png /app/grid.png
|
| 15 |
|
| 16 |
EXPOSE 7860
|
| 17 |
|
|
|
|
| 11 |
RUN pip install --no-cache-dir -r /app/requirements.txt
|
| 12 |
|
| 13 |
COPY app.py /app/app.py
|
| 14 |
+
COPY grid.png /app/grid.png
|
| 15 |
|
| 16 |
EXPOSE 7860
|
| 17 |
|