Comment on How to install Ollama on Arch Linux (Windows and Open WebUI guides coming soon)
mierdabird@lemmy.dbzer0.com 2 weeks ago
Additionally here’s an excellent tutorial to do it via Docker Compose in Cosmos Cloud:
discord.com/channels/…/1283785229923909694
-
Locate the Docker Compose File:
- Find the Docker Compose file for the desired service. For example, you can use the Open Chat UI and Ollama setup from the following GitHub repository: Open Chat UI Docker Compose File
-
Docker Compose Configuration:
- The Docker Compose file defines two services:
ollama
andopen-webui
. This is the configuration
- The Docker Compose file defines two services:
-
Import the Docker Compose File:
- Go to the ServApps section in Cosmos.
- Click on Import Compose File.
- Click Next and proceed to add or modify the configuration. Replace any
${}
placeholders with the desired values, such aslatest
or any specific version you prefer. You can also make changes later if needed.
-
Create the Docker Containers:
- Click Create. The Docker containers will be automatically created based on the provided configuration.
-
Access the Service:
- After the containers are created, you can access the service by adding a new URL.
- Cosmos typically auto-detects the correct port, so you usually only need to create the URL.
- You can now access the service as usual.
-
Customize with Labels:
- Optionally, you can customize the service further using labels such as:
cosmos-icon
cosmos-stack
cosmos-stack-main
- Optionally, you can customize the service further using labels such as:
-
Modify Environment Variables:
- Refer to the documentation for the Docker service and its environment variables. You can modify these variables directly from the Docker or Compose tab in Cosmos.
That’s it!
autonomoususer@lemmy.world 2 weeks ago
Cosmos Cloud fails to include a libre software license text file. We do not control it, anti-libre software. This defeats the purpose of running Ollama, libre software, on our own device.
Although Docker on Arch Linux is fine, Docker Desktop used to install Docker on Windows is also anti-libre software. The upcoming guide will provide a workaround.
Thank you for freeing this information from Discord, also anti-libre software.