Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN pip install --no-cache-dir --upgrade pip && \
|
|
17 |
|
18 |
# Copy the application code
|
19 |
COPY --chown=user:user app.py ./
|
20 |
-
COPY --chown=user:user
|
21 |
|
22 |
# Switch to the non-root user
|
23 |
USER user
|
|
|
17 |
|
18 |
# Copy the application code
|
19 |
COPY --chown=user:user app.py ./
|
20 |
+
COPY --chown=user:user model.pkl ./
|
21 |
|
22 |
# Switch to the non-root user
|
23 |
USER user
|