chore: bump to tensorflow 2.10.0

This commit is contained in:
2022-10-27 11:22:38 +02:00
parent 2cbff4fdc8
commit 47653d723c
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
FROM docker.io/tensorflow/tensorflow:2.9.0
FROM docker.io/tensorflow/tensorflow:2.10.0
COPY requirements.txt .
RUN pip3 install --upgrade pip==22.2.1 && pip3 list && pip3 install -r requirements.txt \
RUN pip3 install --upgrade pip==22.2.2 && pip3 list && pip3 install -r requirements.txt \
&& pip3 list
WORKDIR /root