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