Skip to content

Commit 1508944

Browse files
authored
feat: Force docker image removal (qdrant#131)
1 parent a294cce commit 1508944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/run_experiment.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [[ -z "$PRIVATE_IP_OF_THE_SERVER" ]]; then
2323
exit 1
2424
fi
2525

26-
docker rmi qdrant/vector-db-benchmark:latest || true
26+
docker rmi --force qdrant/vector-db-benchmark:latest || true
2727

2828
docker run \
2929
--rm \

0 commit comments

Comments
 (0)