flokabukie
commited on
Commit
•
52229d0
1
Parent(s):
7deb8bb
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ ENV TRANSFORMERS_CACHE /.cache/huggingface/hub
|
|
12 |
|
13 |
# Copy the API files to the container
|
14 |
COPY main.py .
|
15 |
-
COPY
|
16 |
COPY scaler.pkl .
|
17 |
|
18 |
# Upgrade pip
|
|
|
12 |
|
13 |
# Copy the API files to the container
|
14 |
COPY main.py .
|
15 |
+
COPY model.pkl .
|
16 |
COPY scaler.pkl .
|
17 |
|
18 |
# Upgrade pip
|