Spaces:
Runtime error
Runtime error
YASHMANIC commited on
Commit ·
430e720
1
Parent(s): d8560fc
Deployment
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -10,8 +10,5 @@ RUN pip install --upgrade pip && pip install --no-cache-dir -r requirements.txt
|
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
|
| 13 |
-
# Clean up after install (if necessary)
|
| 14 |
-
RUN rm -rf /root/.cache
|
| 15 |
-
|
| 16 |
# Run the app
|
| 17 |
CMD ["python", "app.py"]
|
|
|
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
|
|
|
|
|
|
|
|
|
|
| 13 |
# Run the app
|
| 14 |
CMD ["python", "app.py"]
|