Datasets:
janvanlooy
commited on
Commit
•
3f1725b
1
Parent(s):
da17fc5
Update README.md
Browse files
README.md
CHANGED
@@ -62,14 +62,14 @@ This dataset can be used for training or fine-tuning image generation or compute
|
|
62 |
|
63 |
### How to use it
|
64 |
|
65 |
-
|
66 |
-
|
67 |
-
To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
|
68 |
[Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
|
69 |
|
70 |
**Note:** For Apple M1/M2 ship users: - Make sure that Docker uses linux/amd64 platform and not arm64. -
|
71 |
In Docker Dashboards’ Settings<Features in development, make sure to uncheck Use containerid for pulling and storing images .
|
72 |
|
|
|
|
|
73 |
1) Install Fondant by running:
|
74 |
|
75 |
```bash
|
|
|
62 |
|
63 |
### How to use it
|
64 |
|
65 |
+
**Note:** To execute the pipeline locally, you must have [docker compose](https://docs.docker.com/compose/),
|
|
|
|
|
66 |
[Python](https://python.org) >=3.8 and [Git](https://git-scm.com/) installed on your system.
|
67 |
|
68 |
**Note:** For Apple M1/M2 ship users: - Make sure that Docker uses linux/amd64 platform and not arm64. -
|
69 |
In Docker Dashboards’ Settings<Features in development, make sure to uncheck Use containerid for pulling and storing images .
|
70 |
|
71 |
+
We have prepared a sample Fondant pipeline for downloading (part of?) the dataset.
|
72 |
+
|
73 |
1) Install Fondant by running:
|
74 |
|
75 |
```bash
|