From 1275f680d2a387daa2888f24cb976a76da1d5faf Mon Sep 17 00:00:00 2001 From: Gormery Kombo Wanjiru Date: Tue, 27 Feb 2024 16:43:11 +0100 Subject: [PATCH] some stuff. like ui --- README.md | 4 ++-- src/index.html | 20 +++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 770c6b2..5800f5f 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ else docker-compose up -d ``` -Visit [http://localhost:3000](http://localhost:3000) in your browser to access Ollama-webui. +Visit [http://localhost:8000](http://localhost:8000) in your browser to access Ollama-webui. ### Model Installation @@ -72,7 +72,7 @@ You can explore Langchain and Ollama within the project. A third container named ### Devcontainer and Virtual Environment The **app** container serves as a devcontainer, allowing you to boot into it for experimentation. Additionally, the run.sh file contains code to set up a virtual environment if you prefer not to use Docker for your development environment. - +if you have vs code and the `Remote Development“ extension simply opening this project from the root will make vscode ask you to reopen in container ## Stop and Cleanup To stop the containers and remove the network: diff --git a/src/index.html b/src/index.html index 10ea1e4..fdbe674 100644 --- a/src/index.html +++ b/src/index.html @@ -12,7 +12,7 @@ Ollama Docker Compose Setup - +
@@ -33,7 +33,7 @@

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

@@ -53,17 +53,19 @@

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.

+ App Container +

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

-
-
-

© 2024 Ollama Docker. All Rights Reserved.

-
-
- + +