Skip to the content Skip to the Navigation

Takky blog

docker

  1. HOME
  2. docker
11/29/2024 / Last updated : 12/09/2024 takky AI

Using ollama from the command line

Using Ollama from the command line allows you to take advantage of LLM from within your programs and shells. This environment assumes that ollama is installed with Docker. Access ollama via CLI Check which model is installed. Models that are not installed will be downloaded automatically when you run the command, but you can also […]

11/04/2024 / Last updated : 11/07/2024 takky AI

How to install Ollama and Open WebUI using docker compose

Install Ollama and Open WebUI Stop and remove all containers which are already running. Ollama Docker to run with NVIDIA GPU (–gpus=all) You might see these errors. If see above errors, remove all containers as below and run again. Open WebUI Docker Run WebUI docker. Open this URL, add a model such as “phi3” Chooose […]

11/04/2024 / Last updated : 11/04/2024 takky docker

Docker GPU benchmark

docker GPU becnchmark CLI Run this CLI to run docker GPU benchmark Samples NVIDIA GeForce GTX 1060 3GB Quadro RTX 3000 NVIDIA GeForce RTX 3060

11/04/2024 / Last updated : 11/07/2024 takky AI

How to install Dify, Ollama, and Open WebUI in the same docker compose

You may encounter these errors when integrating Ollama with Dify. This may happen if you install Dify and Ollama in separate Docker Compose setups. To avoid this error, ollama, and dify can be in the same docker component, so dify can simply access to ollama with, Install Dify Clone Dify Confirm to run containers Wait […]

11/04/2024 / Last updated : 11/04/2024 takky docker

How to install NVIDIA Driver, and CUDA on Ubuntu

Install NVIDIA Driver Disable Nouveau which conflicts with NVIDIA drivers, and may affect the GPU running reliability, so it should be disabled before using NVIDIA GPUs. Create the file and include these lines. Execute it Confirm the installed GPU model Remove installed nvidia and cuda drivers Confirm the recommended driver Install driver Reboot Confirm Install […]

11/04/2024 / Last updated : 11/04/2024 takky docker

How to use docker CLI for beginner

Run a Container Run a Container in Detached Mode (Background) List Running Containers List Containers (including stopped ones) Start a Container Stop a Container Remove a stopped Container List Images Pull an Image from Docker Hub Remove an Image View Logs of a Running Container Log into a Running Container (-it=interactive, tty) Execute a command […]

Recent Post

  • Linux GPU CLI Monitoring
  • Using ollama from the command line
  • Changing the hostname on WSL2
  • Install Django Development Environment with VS Code and WSL2
  • How to install Ollama and Open WebUI using docker compose

Archive

  • December 2024
  • November 2024
  • October 2024

Category

  • AI
  • docker
  • Linux
  • Python
  • WSL

Copyright © Takky blog All Rights Reserved.

Powered by WordPress with Lightning Theme & VK All in One Expansion Unit

MENU
PAGE TOP