You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,19 +45,35 @@ Before running the example see [getting started](#getting-started)
45
45
46
46
You might want to run the app directly on your machine for development purposes OR to use for example Apple GPUs (which are not supported by Docker at the moment).
47
47
48
+
### Prerequisites
49
+
48
50
To have it up and running please execute the following steps:
49
51
50
52
[Download and install Ollama](https://ollama.com/download)
51
53
[Download and install Docker](https://www.docker.com/products/docker-desktop/)
52
54
55
+
### Clone the Repository
56
+
57
+
First, clone the repository and change current directory to it:
Be default application create [virtual python env](https://docs.python.org/3/library/venv.html): `.venv`. You can disable this functionality on local setup by adding `DISABLE_VENV=1` before running script:
0 commit comments