Downgrade training Dockerfile base image to one that has TFLite support

See https://github.com/NVIDIA/tensorflow/issues/16
This commit is contained in:
Reuben Morais 2021-08-19 11:27:15 +02:00
parent 4fc60bf5e9
commit 32b44c5447
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ RUN wget --no-check-certificate https://github.com/coqui-ai/STT/releases/downloa
rm temp.tar.xz rm temp.tar.xz
FROM nvcr.io/nvidia/tensorflow:21.05-tf1-py3 FROM nvcr.io/nvidia/tensorflow:20.06-tf1-py3
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
# We need to purge python3-xdg because # We need to purge python3-xdg because