Skip to content

Commit d56a0dc

Browse files
committed
make image ann-benchmarks not ann-benchmarks-base in install.py
1 parent 5f64c83 commit d56a0dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

install.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ def build_multiprocess(args):
3636
args = parser.parse_args()
3737

3838
print("Building base image...")
39-
build("base", None)
39+
subprocess.check_call(
40+
"docker build \
41+
--rm -t ann-benchmarks -f ann_benchmarks/algorithms/base/Dockerfile .",
42+
shell=True,
43+
)
4044

4145
if args.algorithm:
4246
tags = [args.algorithm]

0 commit comments

Comments
 (0)