Commit Graph

19 Commits

Author SHA1 Message Date
Digital Studium 1af834ec74 update install\_software.sh script to include npm build command before installing opencommit package
This commit updates the install\_software.sh script by adding the "npm run build" command before installing the opencommit package using "sudo npm install". This change is intended to ensure that the OpenCommit package is built locally before installation, which may improve the stability and performance of the installed software.
2024-03-08 00:03:54 +03:00
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
Digital Studium 86af034ed6 Add ffmpeg with nvidia codec 2024-03-03 21:02:53 +03:00
Digital Studium 421fd71e11 Add record_video script 2024-03-03 19:16:46 +03:00
Digital Studium 3b6ae63404 Add newest ffmpeg 2024-03-03 18:34:52 +03:00
Digital Studium cb24b6ab56 Add sudio systray 2024-03-03 18:21:42 +03:00
Digital Studium 268bdd859d Add ping 2024-03-03 18:09:35 +03:00
Digital Studium ffc365b89a Add install_software script 2024-03-03 18:07:29 +03:00
Digital Studium ec02f1a4b7 ??? 2024-03-03 17:01:00 +03:00
Digital Studium c87ea36c67 Change telegram from apt to binary 2024-03-02 18:44:53 +03:00
Digital Studium 8c88a4cea6 Fix it 2024-03-02 17:56:52 +03:00
Digital Studium cebe457134 Fix it 2024-03-02 14:40:47 +00:00
Digital Studium 725eda3bbd Fix comments 2024-03-02 13:50:35 +00:00
Digital Studium eff7cb4674 Fix duplicates optional 2024-03-02 13:44:33 +00:00
Digital Studium 011bec4eae Remove stterm 2024-03-02 13:30:43 +00:00
Digital Studium 41d2bc2a31 Fix autostart 2024-03-02 13:22:30 +00:00
Digital Studium 1c5ac00543 Fix install ubuntu 2024-03-02 11:16:38 +00:00
Digital Studium 7697e31788 Add install ubuntu script 2024-03-02 10:14:43 +00:00
Digital Studium bffccfcde7 Initial commit 2024-02-25 18:24:22 +03:00