Skip to content

Commit

Permalink
Add passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-fsn committed May 28, 2024
1 parent f93c4d9 commit 29d3d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion inspector/tasks.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import lib
import os
import parse


class DmiDecode(lib.DockerTask):
parallel: bool = True
priority: int = 0
Expand Down Expand Up @@ -63,4 +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")})
command: str = "geekbench.sh"

0 comments on commit 29d3d3b

Please sign in to comment.