Spaces:
Paused
Paused
Commit ·
ef49b1e
1
Parent(s): ec7a30f
fix for the "file not found" error
Browse files- .dockerignore +4 -0
.dockerignore
CHANGED
|
@@ -20,6 +20,10 @@
|
|
| 20 |
!services/ai-service/src/gradio_app.py
|
| 21 |
!services/ai-service/src/wsgi.py
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
# Exclude Python cache and build artifacts
|
| 24 |
**/__pycache__/
|
| 25 |
**/*.py[cod]
|
|
|
|
| 20 |
!services/ai-service/src/gradio_app.py
|
| 21 |
!services/ai-service/src/wsgi.py
|
| 22 |
|
| 23 |
+
# Include scripts
|
| 24 |
+
!scripts/
|
| 25 |
+
|
| 26 |
+
|
| 27 |
# Exclude Python cache and build artifacts
|
| 28 |
**/__pycache__/
|
| 29 |
**/*.py[cod]
|