An open API service indexing awesome lists of open source software.

https://github.com/parakeet-nest/parakeet4j-genai-stack


https://github.com/parakeet-nest/parakeet4j-genai-stack

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# Parakeet4J Docker GenAI Stack

## Install Parakeet4J

This project use the [Parakeet4J](https://github.com/parakeet-nest/parakeet4j) library.

1- Create (or update) a file: `~/.m2/settings.xml` with the following content

```xml


github



github


central
https://repo1.maven.org/maven2


github
https://maven.pkg.github.com/parakeet-nest/parakeet4j

true






github
your GitHub handle
your GitHub token

```

2- Add this section to your `pom.xml` file:

```xml


org.parakeetnest.parakeet4j
parakeet4j
0.0.5

```

### Remark: build with Docker and Docker Compose

> This is a work in progress

To build a Java project using the Parakeet4J library you need to copy `~/.m2/settings.xml` to the root of the project (at the same place of the `Dockerfile`)
> add `settings.xml` to `.gitignore`