Skip to content

Commit

Permalink
Add TF and TFLite models to .dockerignore (#4748)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored Sep 10, 2021
1 parent 6c554b7 commit ff35292
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ data/samples/*
**/*.mlmodel
**/*.torchscript
**/*.torchscript.pt

**/*.tflite
**/*.h5
**/*.pb
*_saved_model/

# Below Copied From .gitignore -----------------------------------------------------------------------------------------
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
Expand Down

0 comments on commit ff35292

Please sign in to comment.