Spaces:
Sleeping
Sleeping
Jatin Mehra commited on
Commit ·
afcb44e
1
Parent(s): 51af4f9
Add .dockerignore file to exclude environment and data files from Docker context
Browse files- .dockerignore +4 -0
.dockerignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.env
|
| 2 |
+
*.json
|
| 3 |
+
*.pkl
|
| 4 |
+
*.faiss
|