Spaces:
Runtime error
Runtime error
quangbmk66dsai02
commited on
Commit
·
ed7fcce
1
Parent(s):
5014b4c
update
Browse files- Dockerfile +3 -0
Dockerfile
CHANGED
@@ -16,6 +16,9 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
16 |
# Copy app code
|
17 |
COPY app_NER.py .
|
18 |
|
|
|
|
|
|
|
19 |
# Expose port
|
20 |
EXPOSE 7860
|
21 |
|
|
|
16 |
# Copy app code
|
17 |
COPY app_NER.py .
|
18 |
|
19 |
+
# Copy model file
|
20 |
+
COPY crf_model.pkl .
|
21 |
+
|
22 |
# Expose port
|
23 |
EXPOSE 7860
|
24 |
|