Linhz commited on
Commit
db296e2
1 Parent(s): a52ee55

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -4
Dockerfile CHANGED
@@ -6,12 +6,12 @@ RUN apt-get update && \
6
  apt-get install -y default-jdk
7
 
8
  # Tạo thư mục /app trong container
9
- WORKDIR /app/
10
 
11
  # Sao chép tất cả các file cần thiết từ thư mục nguồn vào thư mục /app trong container
12
- COPY app.py /app/
13
- COPY Model/NER/VLSP2021/Predict_Ner.py /app/Model/NER/VLSP2021/
14
- COPY VnCoreNLP/ /app/VnCoreNLP/
15
 
16
  # Sao chép file requirements.txt từ thư mục nguồn vào thư mục /app trong container
17
  COPY requirements.txt /app/
 
6
  apt-get install -y default-jdk
7
 
8
  # Tạo thư mục /app trong container
9
+ WORKDIR ViMNer/
10
 
11
  # Sao chép tất cả các file cần thiết từ thư mục nguồn vào thư mục /app trong container
12
+ COPY ViMNer/app.py
13
+ COPY ViMNer/Model/NER/VLSP2021/Predict_Ner.py
14
+ COPY ViMNer/VnCoreNLP/
15
 
16
  # Sao chép file requirements.txt từ thư mục nguồn vào thư mục /app trong container
17
  COPY requirements.txt /app/