We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485b59e commit e3f0f61Copy full SHA for e3f0f61
1 file changed
agents/matmaster_agent/ABACUS_agent/constant.py
@@ -9,7 +9,7 @@
9
ABACUS_AGENT_NAME = 'ABACUS_calculation_agent'
10
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR = copy.deepcopy(BohriumExecutor)
11
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['image_address'] = \
12
- "registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2"
+ 'registry.dp.tech/dptech/dp/native/prod-22618/abacusagenttools:v0.2'
13
ABACUS_CALCULATOR_BOHRIUM_EXECUTOR['machine']['remote_profile']['machine_type'] = 'c16_m32_cpu'
14
ABACUS_CALCULATOR_BOHRIUM_STORAGE = copy.deepcopy(BohriumStorge)
15
0 commit comments