Linhz commited on
Commit
3b5aa3d
·
verified ·
1 Parent(s): 19c1ccb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN apt-get update && \
6
  apt-get install -y default-jdk
7
 
8
  # Copy tất cả các file cần thiết vào thư mục /app trong container
9
- WORKDIR ViMNer/
10
  COPY app.py
11
  COPY Model/NER/VLSP2021/Predict_Ner.py Model/NER/VLSP2021/
12
  COPY VnCoreNLP/ VnCoreNLP/
 
6
  apt-get install -y default-jdk
7
 
8
  # Copy tất cả các file cần thiết vào thư mục /app trong container
9
+ WORKDIR /app/
10
  COPY app.py
11
  COPY Model/NER/VLSP2021/Predict_Ner.py Model/NER/VLSP2021/
12
  COPY VnCoreNLP/ VnCoreNLP/