Skip to content

Commit

Permalink
Use default
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 28, 2024
1 parent 29d3d3b commit 77df765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspector/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 77df765

Please sign in to comment.