Skip to content

Commit

Permalink
docs: specify the "--platform linux/amd64", fixes blib-la#13
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPietrusky committed Dec 1, 2023
1 parent b879bca commit 2590f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ You can now take the content of this file and put it into your `prompt` when int

## Build the image

You can build the image locally: `docker build -t timpietruskyblibla/runpod-worker-comfy:dev .`
You can build the image locally: `docker build -t timpietruskyblibla/runpod-worker-comfy:dev --platform linux/amd64 .`

🚨 It's important to specify the `--platform linux/amd64`, otherwise you will get an error on RunPod, see [#13](https://github.com/blib-la/runpod-worker-comfy/issues/13)

## Local testing

Expand Down

0 comments on commit 2590f5a

Please sign in to comment.