fix(harness): pull latest docker images (#941)

This commit is contained in:
dan
2025-07-21 06:07:48 +00:00
committed by GitHub
parent eef813712d
commit 7c27162875

View File

@@ -2,7 +2,7 @@
In the root folder of this repository, run:
```
docker build -t tlsn-bench . -f ./crates/harness/harness.Dockerfile
docker build --pull -t tlsn-bench . -f ./crates/harness/harness.Dockerfile
```
Next run the benches with: