molinari135
commited on
Update Dockerfile
Browse files- Dockerfile +0 -4
Dockerfile
CHANGED
@@ -30,10 +30,6 @@ COPY --chown=user README.md $HOME/app/
|
|
30 |
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 models/scaler.pkl $HOME/app/models/
|
35 |
-
COPY --chown=user models/svm.pkl $HOME/app/models/
|
36 |
-
|
37 |
# Install Python dependencies
|
38 |
RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
|
39 |
|
|
|
30 |
COPY --chown=user requirements.txt $HOME/app/
|
31 |
COPY --chown=user pyproject.toml $HOME/app/
|
32 |
|
|
|
|
|
|
|
|
|
33 |
# Install Python dependencies
|
34 |
RUN pip install --no-cache-dir -r $HOME/app/requirements.txt
|
35 |
|