Skip to content

Commit babbf89

Browse files
committed
docker
1 parent a64d2bb commit babbf89

File tree

1 file changed

+1
-1
lines changed
  • workflow/rules/structure_learning_algorithms/pyagrum

1 file changed

+1
-1
lines changed

workflow/rules/structure_learning_algorithms/pyagrum/rule.smk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ rule:
88
time = alg_output_time_path(module_name),
99
ntests = alg_output_ntests_path(module_name)
1010
container:
11-
"docker://bpimages/pyagrum:1.14.0-arm64"
11+
"docker://bpimages/pyagrum:1.14.0"
1212
script:
1313
"script.py"

0 commit comments

Comments
 (0)