Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -35,6 +35,7 @@ COPY auth_backend.py .
|
|
| 35 |
COPY baserow_storage.py .
|
| 36 |
COPY embed_routes.py .
|
| 37 |
COPY terminal_manager.py .
|
|
|
|
| 38 |
|
| 39 |
# Copie du script d'entrée
|
| 40 |
COPY entrypoint.sh .
|
|
|
|
| 35 |
COPY baserow_storage.py .
|
| 36 |
COPY embed_routes.py .
|
| 37 |
COPY terminal_manager.py .
|
| 38 |
+
COPY huggingface_storage.py .
|
| 39 |
|
| 40 |
# Copie du script d'entrée
|
| 41 |
COPY entrypoint.sh .
|