Spaces:
Sleeping
Sleeping
Added correct copy path
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,4 +14,4 @@ COPY --chown=1000:1000 --from=root / /
|
|
14 |
RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages
|
15 |
|
16 |
# Copy the model file
|
17 |
-
COPY frontend/FINAL_MODEL.keras
|
|
|
14 |
RUN --mount=target=/tmp/packages.txt,source=packages.txt apt-get update && xargs -r -a /tmp/packages
|
15 |
|
16 |
# Copy the model file
|
17 |
+
COPY frontend/FINAL_MODEL.keras /home/user/app/
|