From 82d860d813d87a94f0cb7fb8678d57a16723812e Mon Sep 17 00:00:00 2001 From: Aidan Date: Sun, 22 Dec 2024 15:42:26 -0500 Subject: [PATCH 1/3] several ui improvements, bump daisyui (+ use minified css), clean up html --- src/index.html | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) diff --git a/src/index.html b/src/index.html index 7a92d47..5719e35 100644 --- a/src/index.html +++ b/src/index.html @@ -1,24 +1,21 @@ - - + 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.

+
+
+ OUI + Web UI +
+
+ O + Ollama +
+
+ AC + App Container +
-
+

Key Features

Easy Setup

-

Get up and running with Ollama and its dependencies through Docker Compose with minimal 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.

+

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.

+

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.

- -
From 88fed54400555d6a4c3f3429899d1bc13194503d Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 6 Jan 2025 17:26:00 -0500 Subject: [PATCH 2/3] [m] exclude .idea folder --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From 5596f4e18155232edde03c07d86d5271319a4d92 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 6 Jan 2025 17:26:14 -0500 Subject: [PATCH 3/3] several style improvements of homepage --- src/index.html | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/index.html b/src/index.html index 5719e35..6eccd89 100644 --- a/src/index.html +++ b/src/index.html @@ -8,17 +8,18 @@ + Auto Ollama Docker Compose Setup
-

Auto Ollama Docker Compose Setup

+

Auto Ollama Docker Compose Setup

@@ -28,10 +29,11 @@

Auto Ollama Docker Compose Setup

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

+

Tools

OUI - Web UI + Open WebUI
O @@ -45,20 +47,20 @@
-
+
-

Key Features

+

Key Features

-

Easy Setup

+

Easy Setup

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

-

GPU Support

+

GPU Support

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

-

Flexible Development

+

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