update .dockerignore

This commit is contained in:
Glenn Jocher 2020-07-02 16:42:45 -07:00
parent 63996a8bfe
commit 2b0f4f6f9d

View File

@ -16,8 +16,10 @@ data/samples/*
# Neural Network weights ----------------------------------------------------------------------------------------------- # Neural Network weights -----------------------------------------------------------------------------------------------
**/*.weights **/*.weights
**/*.pt **/*.pt
**/*.pth
**/*.onnx **/*.onnx
**/*.mlmodel **/*.mlmodel
**/*.torchscript
**/darknet53.conv.74 **/darknet53.conv.74
**/yolov3-tiny.conv.15 **/yolov3-tiny.conv.15