Skip to content

Commit

Permalink
feat: Force docker image removal (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
KShivendu authored Apr 18, 2024
1 parent a294cce commit 1508944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/run_experiment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ -z "$PRIVATE_IP_OF_THE_SERVER" ]]; then
exit 1
fi

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

docker run \
--rm \
Expand Down

0 comments on commit 1508944

Please sign in to comment.