Downgrade training Dockerfile base image to one that has TFLite support
See https://github.com/NVIDIA/tensorflow/issues/16
This commit is contained in:
parent
4fc60bf5e9
commit
32b44c5447
|
@ -44,7 +44,7 @@ RUN wget --no-check-certificate https://github.com/coqui-ai/STT/releases/downloa
|
|||
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
|
||||
|
||||
# We need to purge python3-xdg because
|
||||
|
|
Loading…
Reference in New Issue