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