Skip to content

Commit

Permalink
Add missing file argument to Dockerfile to rebuild_all_dockerfiles.
Browse files Browse the repository at this point in the history
  • Loading branch information
CatB1t committed Feb 6, 2023
1 parent 86d8671 commit f7d4b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/rebuild_all_dockerfiles.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

docker build -t unifyai/ivy:latest --no-cache -f Dockerfile ..
docker build -t unifyai/ivy:latest-gpu --no-cache DockerfileGPU ..
docker build -t unifyai/ivy:latest-copsim --no-cache DockerfileCopsim ..
docker build -t unifyai/ivy:latest-gpu --no-cache -f DockerfileGPU ..
docker build -t unifyai/ivy:latest-copsim --no-cache -f DockerfileCopsim ..

0 comments on commit f7d4b5a

Please sign in to comment.