Skip to content

Commit

Permalink
add platform to finch command
Browse files Browse the repository at this point in the history
  • Loading branch information
vsiivola committed Feb 1, 2023
1 parent 6f9ecdf commit 3e9afd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ On Apple silicon processor based mac (M1, M2), you can install

```sh
# Create container
finch build -t varikn_test_container .
finch build -t varikn_test_container --platform=Linux/amd64 .
# Log in container
finch container run --interactive --tty varikn_test_container
# Inside container
Expand Down

0 comments on commit 3e9afd3

Please sign in to comment.