Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ ENV TRANSFORMERS_CACHE /.cache/huggingface/hub
|
|
13 |
# Copy the API files to the container
|
14 |
COPY main.py .
|
15 |
COPY gbc.pkl .
|
16 |
-
COPY
|
17 |
|
18 |
# Upgrade pip
|
19 |
RUN /usr/local/bin/python -m pip install --upgrade pip
|
|
|
13 |
# Copy the API files to the container
|
14 |
COPY main.py .
|
15 |
COPY gbc.pkl .
|
16 |
+
COPY scaler.pkl .
|
17 |
|
18 |
# Upgrade pip
|
19 |
RUN /usr/local/bin/python -m pip install --upgrade pip
|