Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Fix docker image for cpu benchmark #4383

Merged
merged 1 commit into from
Jun 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion golem/envs/docker/cpu.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ class DockerCPUEnvironment(Environment):
'sys_tty_config'
]

BENCHMARK_IMAGE = 'igorgolem/cpu_benchmark:1.0'
BENCHMARK_IMAGE = 'golemfactory/cpu_benchmark:1.0'

@classmethod
def supported(cls) -> EnvSupportStatus:
Expand Down