You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we are going to make many requests, it is good practice to cache the artifacts. This adds a parameter to do that, along with one to randomize results and return a single result Signed-off-by: vsoch <vsoch@users.noreply.github.com>
If you intend to run a match request many times (using repeated images) it's good practice to use a cache. This means you'll look in the cache before asking a registry, and save after if it doesn't exist. The directory must exist.
240
+
241
+
```bash
242
+
mkdir -p ./cache
243
+
./bin/compspec match -i ./examples/check-lammps/manifest.yaml --cache ./cache
0 commit comments