Datasets:
Update README.md
Browse files
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 |
-
|
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 |
-
In Docker
|
|
|
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 |
|