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
-[Docker](https://www.docker.com/) or [Podman](https://podman.io/)
12
12
13
13
## 🛠️ Setup Instructions
14
14
@@ -19,9 +19,9 @@ Player Service is a backend application that serves baseball player data. In add
19
19
- Download and install from [maven.apache.org](https://maven.apache.org/install.html)
20
20
- Verify installation, run: `mvn --version`
21
21
- Verify java version linked to maven is Java 17 `Java version: 17.x.x`
22
-
3.Docker
23
-
- Download and install from [docker.com](https://www.docker.com/)
24
-
- Verify installation, run: `docker --version`
22
+
3.Container Manager
23
+
- Download and install from [docker.com](https://www.docker.com/)(recommended) or [podman](https://podman.io/) (alternative)
24
+
- Verify installation, run: `docker --version` for docker
25
25
26
26
2. Clone this repository or Download the code as zip
27
27
- run `git clone https://github.com/Intuit-A4A/backend-java-player-service.git`
@@ -76,6 +76,8 @@ Player service integrates with Ollama 🦙, which allows us to run LLMs locally.
76
76
```curl
77
77
curl -v --location 'http://localhost:11434/api/generate' --header 'Content-Type: application/json' --data '{"model": "tinyllama","prompt": "why is the sky blue?", "stream": false}'
78
78
```
79
+
Having trouble with docker? Try using podman as an alternative. Instructions [here](https://github.com/Intuit-A4A/backend-java-player-service/wiki/Supplemental-Materials:-Set-up-help#alternative-set-up-instructions)
80
+
79
81
80
82
### Part 4: Verify Player Service and LLM Integration
0 commit comments