Skip to content

Commit dce4c5e

Browse files
authored
Fix docker-hatch permission failure (#189)
The error is: ``` error checking context: no permission to read from ``` Thread: https://chat.kaggle.net/kaggle/pl/5zbr1udo1by49jetq15uho7ffe
1 parent 622b91f commit dce4c5e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.dockerignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.coverage/
2+
.ruff_cache/
3+
.vscode/
4+
**/__pycache__/

0 commit comments

Comments
 (0)