chore: upgrade to tensorflow 2.9

This commit is contained in:
2022-07-31 14:01:48 +02:00
parent 9efd76eed5
commit 2cbff4fdc8
2 changed files with 4 additions and 4 deletions

View File

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