diff --git a/Others/tensorflow/2.20.0/24.03-lts-sp1/Dockerfile b/Others/tensorflow/2.20.0/24.03-lts-sp1/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..7437a4c772f833806b563aad62d32c2b130ebfde --- /dev/null +++ b/Others/tensorflow/2.20.0/24.03-lts-sp1/Dockerfile @@ -0,0 +1,11 @@ +ARG BASE=openeuler/openeuler:24.03-lts-sp1 +FROM ${BASE} +ARG VERSION=2.20.0 + +RUN dnf update -y \ + && dnf install -y python3-pip \ + && dnf clean all \ + && rm -rf /tmp/* \ + && rm -rf /var/cache/dnf \ + +RUN pip3 install tensorflow==${VERSION} diff --git a/Others/tensorflow/meta.yml b/Others/tensorflow/meta.yml index 8589b3be8fb33869f2cf39e176169515d28fabfd..9d8c5d33957e2743cffc46923625d7fb205fe32e 100644 --- a/Others/tensorflow/meta.yml +++ b/Others/tensorflow/meta.yml @@ -1,2 +1,4 @@ 2.19.0-oe2403sp1: - path: 2.19.0/24.03-lts-sp1/Dockerfile \ No newline at end of file + path: 2.19.0/24.03-lts-sp1/Dockerfile +2.20.0-oe2403sp1: + path: 2.20.0/24.03-lts-sp1/Dockerfile \ No newline at end of file