Update .dockerignore
Browse files- .dockerignore +1 -0
.dockerignore
CHANGED
|
@@ -7,5 +7,6 @@ __pycache__
|
|
| 7 |
training/
|
| 8 |
|
| 9 |
# Optionally, ignore other unnecessary files
|
|
|
|
| 10 |
*.log
|
| 11 |
*.git
|
|
|
|
| 7 |
training/
|
| 8 |
|
| 9 |
# Optionally, ignore other unnecessary files
|
| 10 |
+
.dockerignore
|
| 11 |
*.log
|
| 12 |
*.git
|