Spaces:
Sleeping
Sleeping
dangminh214 commited on
Commit ·
3c7831f
1
Parent(s): 297336b
adjust docjer file
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ LABEL authors="dang-minh"
|
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /src
|
| 6 |
|
|
|
|
| 7 |
COPY spam_classifier_model.pkl /src/spam_classifier_model.pkl
|
| 8 |
COPY tfidf_vectorizer.pkl /src/tfidf_vectorizer.pkl
|
| 9 |
COPY server.py /src/server.py
|
|
|
|
| 4 |
# Set the working directory in the container
|
| 5 |
WORKDIR /src
|
| 6 |
|
| 7 |
+
COPY web /src/web
|
| 8 |
COPY spam_classifier_model.pkl /src/spam_classifier_model.pkl
|
| 9 |
COPY tfidf_vectorizer.pkl /src/tfidf_vectorizer.pkl
|
| 10 |
COPY server.py /src/server.py
|