Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -11,6 +11,8 @@ WORKDIR /app
|
|
11 |
|
12 |
# Copy the requirements file
|
13 |
COPY requirements.txt /app/
|
|
|
|
|
14 |
|
15 |
# Upgrade pip
|
16 |
RUN pip install --upgrade pip
|
|
|
11 |
|
12 |
# Copy the requirements file
|
13 |
COPY requirements.txt /app/
|
14 |
+
COPY Label_encoders
|
15 |
+
COPY Model
|
16 |
|
17 |
# Upgrade pip
|
18 |
RUN pip install --upgrade pip
|