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

Commit

Permalink
Fix docker image for cpu benchmark (#4383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Krigpl authored Jun 25, 2019
1 parent 151f6e7 commit 24ccfe6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 24ccfe6

Please # to comment.