mrchtr commited on
Commit
5ca3788
·
1 Parent(s): 585f3ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -63,11 +63,12 @@ This dataset can be used for training or fine-tuning image generation or compute
63
 
64
  ### How to use it
65
 
66
- **Note:** To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
67
  [Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
68
 
69
- **Note:** For Apple M1/M2 ship users: - Make sure that Docker uses linux/amd64 platform and not arm64. -
70
- In Docker Dashboards’ Settings<Features in development, make sure to uncheck Use containerid for pulling and storing images .
 
71
 
72
  We have prepared a sample Fondant pipeline for downloading the dataset.
73
 
 
63
 
64
  ### How to use it
65
 
66
+ To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
67
  [Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
68
 
69
+ **Note:** For Apple M1/M2 ship users:
70
+ - Make sure that Docker uses linux/amd64 platform and not arm64. In Docker Dashboard go to Settings>Features in development, make sure to uncheck `Use containerid for pulling and storing images`.
71
+ - For improved execution speed, check the box that says `Use Rosetta for x86/amd64 emulation on Apple Silicon`.
72
 
73
  We have prepared a sample Fondant pipeline for downloading the dataset.
74