Skip to content

Commit

Permalink
remove Dockerfile and /dockerfiles from .dockerignore
Browse files Browse the repository at this point in the history
Not including Dockerfile and /dockerfiles causes the git state to be
'dirty' in the container. This changes the version in wsinfer --version.
  • Loading branch information
kaczmarj committed Feb 24, 2023
1 parent 6a364cc commit 7214f47
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# Changes in the Dockerfiles should not invalidate build cache.
/dockerfiles
Dockerfile

# Data
scratch/
*.csv
Expand Down

0 comments on commit 7214f47

Please sign in to comment.