glenn-jocher
commited on
Commit
•
6ca3f35
1
Parent(s):
e02a189
update .dockerignore
Browse files- .dockerignore +2 -0
.dockerignore
CHANGED
@@ -14,8 +14,10 @@ data/samples/*
|
|
14 |
# Neural Network weights -----------------------------------------------------------------------------------------------
|
15 |
**/*.weights
|
16 |
**/*.pt
|
|
|
17 |
**/*.onnx
|
18 |
**/*.mlmodel
|
|
|
19 |
|
20 |
|
21 |
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
|
|
|
14 |
# Neural Network weights -----------------------------------------------------------------------------------------------
|
15 |
**/*.weights
|
16 |
**/*.pt
|
17 |
+
**/*.pth
|
18 |
**/*.onnx
|
19 |
**/*.mlmodel
|
20 |
+
**/*.torchscript
|
21 |
|
22 |
|
23 |
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
|