Go to file
Digital Studium d46662d787 commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit
In this commit, I updated the install\_software.sh script to include the installation of nvidia-container-toolkit, docker-compose, and opencommit. The script now checks if these packages are already installed using the `command -v` command and installs them if they are not present. Additionally, it adds a new service 'ollama' in ollama-stack.yaml file for running ollama container with the latest image.

Also, I added a new script named record\_screen.sh which records the screen and camera using ffmpeg with nvidia acceleration. The script uses h264\_nvenc as video codec to take advantage of NVIDIA GPU for encoding. It also sets the video size to 640x480 and frames per second to 30.

Lastly, I added a new file named ollama-stack.yaml which defines the services and volumes for running ollama and open-webui containers using docker-compose. The ollama service listens on port 11434 and maps the volume to /root/.ollama. The open-webui service listens on port 8080 and maps the volume to /app/backend/data. It also sets the OLLAMA\_BASE\_URL environment variable for open-webui to point to ollama container's IP address and port number.
2024-03-07 23:34:38 +03:00
backup_etcd.sh Initial commit 2024-02-25 18:24:22 +03:00
convert_submodule_to_folder.sh Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_service.py Initial commit 2024-02-25 18:24:22 +03:00
create_systemd_timer.py Initial commit 2024-02-25 18:24:22 +03:00
ds_up_down.sh Initial commit 2024-02-25 18:24:22 +03:00
install_software.sh commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit 2024-03-07 23:34:38 +03:00
install_ubuntu.sh Add ffmpeg with nvidia codec 2024-03-03 21:02:53 +03:00
kube_ha.sh Initial commit 2024-02-25 18:24:22 +03:00
ollama-stack.yaml commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit 2024-03-07 23:34:38 +03:00
prepare.sh Initial commit 2024-02-25 18:24:22 +03:00
record_screen.sh commit (install\_software.sh): update script to install nvidia-container-toolkit, docker-compose and opencommit 2024-03-07 23:34:38 +03:00
set_brightness.sh Fix it 2024-03-02 17:56:52 +03:00
update_gui.sh Fix autostart 2024-03-02 13:22:30 +00:00