1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
-
4
3
< head >
5
4
< meta charset ="UTF-8 ">
6
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
- < link href ="https://cdn.jsdelivr.net/npm/daisyui@3.7.3 /dist/full.css " rel ="stylesheet " type ="text/css ">
6
+ < link href ="https://cdn.jsdelivr.net/npm/daisyui@4.12.22 /dist/full.min. css " rel ="stylesheet " type ="text/css " / >
8
7
< script src ="https://cdn.tailwindcss.com "> </ script >
9
8
< script src ="https://unpkg.com/htmx.org "> </ script >
10
9
< script src ="https://unpkg.com/htmx.org/dist/ext/client-side-templates.js "> </ script >
11
10
< script src ="https://cdn.jsdelivr.net/npm/nunjucks@3.2.4/browser/nunjucks.min.js "> </ script >
12
11
< title > Auto Ollama Docker Compose Setup</ title >
13
12
</ head >
14
-
15
- < body class ="bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 font-sans h-screen ">
16
-
13
+ < body class ="bg-gradient-to-r from-blue-600 via-purple-600 to-pink-600 font-sans min-h-screen ">
17
14
< header class ="bg-opacity-90 backdrop-filter backdrop-blur-lg py-6 ">
18
- < div class ="container mx-auto flex justify-between items-center ">
19
- < h1 class ="text-3xl md:text-4xl lg:text-5xl font-extrabold text-white "> Auto Ollama Docker Compose Setup</ h1 >
20
- < nav >
21
- < ul class ="flex space-x-4 ">
15
+ < div class ="container mx-auto flex flex-col md:flex-row justify-between items-center ">
16
+ < h1 class ="ml-7 text-3xl md:text-4xl lg:text-5xl font-extrabold text-white text-center md:text-left "> Auto Ollama Docker Compose Setup</ h1 >
17
+ < nav class =" mr-7 mt-4 md:mt-0 " >
18
+ < ul class ="flex flex-col md:flex-row space-y-2 md:space-y-0 md: space-x-4 ">
22
19
< li > < a href ="/ " class ="hover:text-gray-300 text-white "> Home</ a > </ li >
23
20
< li > < a href ="#features " class ="hover:text-gray-300 text-white "> Features</ a > </ li >
24
21
< li > < a href ="/docs " class ="hover:text-gray-300 text-white "> Docs</ a > </ li >
@@ -27,41 +24,48 @@ <h1 class="text-3xl md:text-4xl lg:text-5xl font-extrabold text-white">Auto Olla
27
24
</ div >
28
25
</ header >
29
26
30
- < section id ="hero " class ="bg-gray-900 text-white py-16 ">
27
+ < section id ="hero " class ="bg-gray-900 text-white py-16 px-4 ">
31
28
< div class ="container mx-auto text-center ">
32
- < h2 class ="text-4xl lg:text-5xl font-semibold mb-4 "> Simplify Your Development with Ollama Docker</ h2 >
33
- < p class ="text-lg lg:text-xl text-gray-300 leading-7 mb-8 "> Streamline your Ollama deployments using Docker Compose. Dive into a containerized environment designed for simplicity and efficiency.</ p >
34
- < div class ="space-x-4 ">
35
- < a href ="http://localhost:8080 " class ="bg-blue-500 text-white px-8 py-3 rounded-full hover:bg-blue-700 transition duration-300 "> Ollama Web UI</ a >
36
- < a href ="http://localhost:11434 " class ="bg-green-500 text-white px-8 py-3 rounded-full hover:bg-green-700 transition duration-300 "> Ollama</ a >
37
- < a href ="http://localhost:8000 " class ="bg-red-500 text-white px-8 py-3 rounded-full hover:bg-red-700 transition duration-300 "> App Container</ a >
29
+ < h2 class ="text-4xl lg:text-5xl font-semibold mb-4 "> Auto Ollama Docker Compose Setup</ h2 >
30
+ < p class ="text-lg lg:text-xl leading-7 mb-8 "> Streamline your Ollama deployments using Docker Compose. Dive into a containerized environment designed for simplicity and efficiency.</ p >
31
+ < div class ="grid grid-cols-3 gap-4 justify-center ">
32
+ < div class ="flex flex-col items-center ">
33
+ < a href ="http://localhost:8080 " class ="bg-blue-500 text-white w-16 h-16 flex items-center justify-center rounded-full text-2xl font-bold hover:bg-blue-700 transition duration-300 "> OUI</ a >
34
+ < span class ="mt-2 text-sm "> Web UI</ span >
35
+ </ div >
36
+ < div class ="flex flex-col items-center ">
37
+ < a href ="http://localhost:11434 " class ="bg-green-500 text-white w-16 h-16 flex items-center justify-center rounded-full text-2xl font-bold hover:bg-green-700 transition duration-300 "> O</ a >
38
+ < span class ="mt-2 text-sm "> Ollama</ span >
39
+ </ div >
40
+ < div class ="flex flex-col items-center ">
41
+ < a href ="http://localhost:8000 " class ="bg-red-500 text-white w-16 h-16 flex items-center justify-center rounded-full text-2xl font-bold hover:bg-red-700 transition duration-300 "> AC</ a >
42
+ < span class ="mt-2 text-sm "> App Container</ span >
43
+ </ div >
38
44
</ div >
39
45
</ div >
40
46
</ section >
41
47
42
- < section id ="features " class ="bg-gray-100 py-16 ">
48
+ < section id ="features " class ="bg-gray-100 py-16 px-4 ">
43
49
< div class ="container mx-auto text-center ">
44
50
< h2 class ="text-3xl lg:text-4xl font-semibold mb-6 text-gray-800 "> Key Features</ h2 >
45
51
< div class ="grid grid-cols-1 md:grid-cols-3 gap-8 ">
46
52
< div class ="p-8 bg-white rounded-lg shadow-md ">
47
53
< h3 class ="text-2xl font-semibold mb-4 "> Easy Setup</ h3 >
48
- < p > Get up and running with Ollama and its dependencies through Docker Compose with minimal setup.</ p >
54
+ < p class =" text-black " > Get up and running with Ollama and its dependencies through Docker Compose with minimal setup.</ p >
49
55
</ div >
50
56
< div class ="p-8 bg-white rounded-lg shadow-md ">
51
57
< h3 class ="text-2xl font-semibold mb-4 "> GPU Support</ h3 >
52
- < p > Leverage GPU acceleration for improved performance in processing tasks, with easy configuration.</ p >
58
+ < p class =" text-black " > Leverage GPU acceleration for improved performance in processing tasks, with easy configuration.</ p >
53
59
</ div >
54
60
< div class ="p-8 bg-white rounded-lg shadow-md ">
55
61
< h3 class ="text-2xl font-semibold mb-4 "> Flexible Development</ h3 >
56
- < p class ="py-8 "> Includes a development container for testing and experimentation, supporting both Docker and virtual environments.</ p >
62
+ < p class ="text-black "> Includes a development container for testing and experimentation, supporting both Docker and virtual environments.</ p >
63
+ < p class ="py-8 text-black "> Auto Ollama includes test Python scripts which utilize langchain to programmatically use the Ollama API.</ p >
57
64
< a href ="http://localhost:8000 " class ="bg-red-500 text-white px-8 py-3 my-3 rounded-full hover:bg-red-700 transition duration-300 "> App Container</ a >
58
- < p class ="py-8 "> made with fast api. it has some test python code using langchain to programatically use the ollama api.</ p >
59
65
</ div >
60
66
</ div >
61
67
</ div >
62
68
</ section >
63
-
64
-
65
69
</ body >
66
70
< footer class ="bg-gray-900 text-white py-6 bottom-0 ">
67
71
< div class ="container mx-auto text-center ">
0 commit comments