diff --git a/.gitignore b/.gitignore index f4f2af0..2a368f7 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ venv/ ollama/ *.gguf -*.ggml \ No newline at end of file +*.ggml +.idea/ \ No newline at end of file diff --git a/src/index.html b/src/index.html index 7a92d47..6eccd89 100644 --- a/src/index.html +++ b/src/index.html @@ -1,67 +1,73 @@ - - + + Auto Ollama Docker Compose Setup - - - +
-
-

Auto Ollama Docker Compose Setup

-
-
+
-

Simplify Your Development with Ollama Docker

-

Streamline your Ollama deployments using Docker Compose. Dive into a containerized environment designed for simplicity and efficiency.

-
- Ollama Web UI - Ollama - App Container +

Auto Ollama Docker Compose Setup

+

Streamline your Ollama deployments using Docker Compose. Dive into a containerized environment designed for simplicity and efficiency.

+

Tools

+
+
+ OUI + Open WebUI +
+
+ O + Ollama +
+
+ AC + App Container +
-
+
-

Key Features

+

Key Features

-

Easy Setup

-

Get up and running with Ollama and its dependencies through Docker Compose with minimal setup.

+

Easy Setup

+

Get up and running with Ollama and its dependencies through Docker Compose with minimal setup.

-

GPU Support

-

Leverage GPU acceleration for improved performance in processing tasks, with easy configuration.

+

GPU Support

+

Leverage GPU acceleration for improved performance in processing tasks, with easy configuration.

-

Flexible Development

-

Includes a development container for testing and experimentation, supporting both Docker and virtual environments.

+

Flexible Development

+

Includes a development container for testing and experimentation, supporting both Docker and virtual environments.

+

Auto Ollama includes test Python scripts which utilize langchain to programmatically use the Ollama API.

App Container -

made with fast api. it has some test python code using langchain to programatically use the ollama api.

- -