diff --git a/inspector/tasks.py b/inspector/tasks.py index 5107e7f..73eb41b 100644 --- a/inspector/tasks.py +++ b/inspector/tasks.py @@ -63,5 +63,5 @@ class Geekbench(lib.DockerTask): priority: int = 4 image: str = "ghcr.io/sparecores/benchmark:main" version_command: str = "bash -c \"geekbench6 --version | awk '{print $2}'\"" - docker_opts: dict = dict(environment={"BENCHMARK_SECRETS_PASSPHRASE": os.environ.get("BENCHMARK_SECRETS_PASSPHRASE")}) + docker_opts: dict = lib.DOCKER_OPTS | dict(environment={"BENCHMARK_SECRETS_PASSPHRASE": os.environ.get("BENCHMARK_SECRETS_PASSPHRASE")}) command: str = "geekbench.sh" \ No newline at end of file