Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
-
|
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
|