Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
|
@@ -46,6 +46,9 @@ COPY ./user_models_data /data/user_models_data
|
|
| 46 |
COPY ./static /data/static
|
| 47 |
COPY ./models /code/models
|
| 48 |
COPY ./agent /code/agent
|
|
|
|
|
|
|
|
|
|
| 49 |
COPY ./models/datasets /code/models/datasets
|
| 50 |
|
| 51 |
# Set proper ownership for all directories
|
|
|
|
| 46 |
COPY ./static /data/static
|
| 47 |
COPY ./models /code/models
|
| 48 |
COPY ./agent /code/agent
|
| 49 |
+
COPY ./core /code/core
|
| 50 |
+
COPY ./services /code/services
|
| 51 |
+
COPY ./routers /code/routers
|
| 52 |
COPY ./models/datasets /code/models/datasets
|
| 53 |
|
| 54 |
# Set proper ownership for all directories
|