minhdang14902 commited on
Commit
38cb1f9
·
verified ·
1 Parent(s): cdcd86d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -1,8 +1,7 @@
1
  # Sử dụng một image Python làm base
2
  FROM python:3.8-slim
3
 
4
- # Cài đặt các gói cần thiết
5
- RUN pip install spacy==3.1.0
6
 
7
 
8
  # Copy toàn bộ mã nguồn vào container
 
1
  # Sử dụng một image Python làm base
2
  FROM python:3.8-slim
3
 
4
+
 
5
 
6
 
7
  # Copy toàn bộ mã nguồn vào container