mrchtr commited on
Commit
20b8eb5
1 Parent(s): 5ca3788

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -65,6 +65,7 @@ This dataset can be used for training or fine-tuning image generation or compute
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`.
 
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
+ To ensure a successful example run, please allocate at least 8GB of RAM to your Docker environment.
69
 
70
  **Note:** For Apple M1/M2 ship users:
71
  - 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`.