Skip to content

Commit

Permalink
Downgrade training Dockerfile base image to one that has TFLite support
Browse files Browse the repository at this point in the history
  • Loading branch information
reuben committed Aug 19, 2021
1 parent 4fc60bf commit 32b44c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.train
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 32b44c5

Please sign in to comment.