Commit
·
5e7d55a
1
Parent(s):
43f306b
adding warning for non-MacOS users
Browse files
README.md
CHANGED
|
@@ -62,8 +62,11 @@ This is far from production code and rife with prompt injection and general secu
|
|
| 62 |
|
| 63 |
Getting started is easy, just make sure you meet the dependencies below.
|
| 64 |
|
| 65 |
-
|
|
|
|
|
|
|
| 66 |
|
|
|
|
| 67 |
|
| 68 |
```bash
|
| 69 |
# Get the code
|
|
|
|
| 62 |
|
| 63 |
Getting started is easy, just make sure you meet the dependencies below.
|
| 64 |
|
| 65 |
+
<br/>
|
| 66 |
+
|
| 67 |
+
> ⚠️⚠️⚠️ ** ATTENTION NON-MACOS USERS: ** If you are using Linux or Windows, you will need to change the image name from `khalosa/rasa-aarch64:3.5.2` to `rasa/rasa:latest` in [docker-compose.yml on line #64](https://github.com/paulpierre/RasaGPT/blob/0463274ee3174580f2099501e0f8c58238987f9b/docker-compose.yml#L64) and in [the actions Dockerfile here](https://github.com/paulpierre/RasaGPT/blob/0463274ee3174580f2099501e0f8c58238987f9b/app/rasa/actions/Dockerfile#L1)
|
| 68 |
|
| 69 |
+
<br/>
|
| 70 |
|
| 71 |
```bash
|
| 72 |
# Get the code
|