.dockerignore 197 B

123456789101112
  1. # for now, it is used to speed up wasi-nn tests only.
  2. # you shall adapt below rules to incoming requirements
  3. **/build
  4. **/tmp.*
  5. .*
  6. **/*.gguf
  7. /core/deps/
  8. !/core/deps/tensorflow-src
  9. /samples
  10. /tests