Skip to content

Commit 60da988

Browse files
authored
Fix nightly by updating .cache in dockerignore (huggingface#464)
1 parent 20c9db4 commit 60da988

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.dockerignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,18 @@ htmlcov/
6565
.nox/
6666
.coverage
6767
.coverage.*
68-
.cache
6968
nosetests.xml
7069
coverage.xml
7170
*.cover
7271
*.py,cover
7372
.hypothesis/
7473
.pytest_cache/
7574

75+
# Ignore .cache except calibration
76+
.cache/*
77+
!.cache/calibration/
78+
!.cache/calibration/**
79+
7680
# Translations
7781
*.mo
7882
*.pot

0 commit comments

Comments
 (0)