Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -31,7 +31,6 @@ COPY --chown=user requirements.txt $HOME/app/
|
|
31 |
COPY --chown=user pyproject.toml $HOME/app/
|
32 |
|
33 |
# Copy the external data and models, ensuring proper permissions
|
34 |
-
COPY --chown=user data/external/inventory.tsv $HOME/app/data/external/
|
35 |
COPY --chown=user models/scaler.pkl $HOME/app/models/
|
36 |
COPY --chown=user models/svm.pkl $HOME/app/models/
|
37 |
|
|
|
31 |
COPY --chown=user pyproject.toml $HOME/app/
|
32 |
|
33 |
# Copy the external data and models, ensuring proper permissions
|
|
|
34 |
COPY --chown=user models/scaler.pkl $HOME/app/models/
|
35 |
COPY --chown=user models/svm.pkl $HOME/app/models/
|
36 |
|