Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
11 |
# Cài đặt các gói Python trực tiếp
|
12 |
RUN pip install
|
13 |
absl-py==2.1.0 \
|
|
|
14 |
aiofiles==23.2.1 \
|
15 |
altair==4.2.2 \
|
16 |
annotated-types==0.7.0 \
|
|
|
11 |
# Cài đặt các gói Python trực tiếp
|
12 |
RUN pip install
|
13 |
absl-py==2.1.0 \
|
14 |
+
tensorflow==2.10.0 \
|
15 |
aiofiles==23.2.1 \
|
16 |
altair==4.2.2 \
|
17 |
annotated-types==0.7.0 \
|