Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -17,6 +17,7 @@ COPY rag_engine.py .
|
|
| 17 |
COPY auth.py .
|
| 18 |
COPY hf_storage.py .
|
| 19 |
COPY user_management.py .
|
|
|
|
| 20 |
COPY start.sh .
|
| 21 |
|
| 22 |
# Make start script executable
|
|
|
|
| 17 |
COPY auth.py .
|
| 18 |
COPY hf_storage.py .
|
| 19 |
COPY user_management.py .
|
| 20 |
+
COPY job_worker.py .
|
| 21 |
COPY start.sh .
|
| 22 |
|
| 23 |
# Make start script executable
|