Add TF and TFLite models to `.dockerignore` (#4748)

pull/4750/head^2
Glenn Jocher 2021-09-10 17:52:21 +02:00 committed by GitHub
parent 6c554b75ea
commit ff35292520
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ data/samples/*
**/*.mlmodel
**/*.torchscript
**/*.torchscript.pt
**/*.tflite
**/*.h5
**/*.pb
*_saved_model/
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
# Below Copied From .gitignore -----------------------------------------------------------------------------------------