Skip to content

Commit

Permalink
fix(ci): updated the docker rmi command in run_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vedpatwardhan committed Dec 19, 2023
1 parent 664b961 commit 6edf6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@

# delete pulled image before terminating
if device == "gpu":
os.system("docker rmi $(docker images | grep 'unifyai/ivy:latest-gpu')")
os.system("docker rmi unifyai/ivy:latest-gpu")

# if any tests fail, the workflow fails
if failed:
Expand Down

0 comments on commit 6edf6d8

Please sign in to comment.