Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,6 +12,7 @@ COPY requirements.txt ./
|
|
| 12 |
COPY app.py ./
|
| 13 |
COPY model.pkl ./
|
| 14 |
COPY vectorizer.pkl ./
|
|
|
|
| 15 |
RUN pip3 install -r requirements.txt
|
| 16 |
|
| 17 |
EXPOSE 8501
|
|
|
|
| 12 |
COPY app.py ./
|
| 13 |
COPY model.pkl ./
|
| 14 |
COPY vectorizer.pkl ./
|
| 15 |
+
|
| 16 |
RUN pip3 install -r requirements.txt
|
| 17 |
|
| 18 |
EXPOSE 8501
|