Commit Graph

12 Commits

Author SHA1 Message Date
Osman Karaketir 57d178456a
fix: docker gpus option "all" support
"docker --gpus=all" is a valid and mostly used command. regex updated to match this.
2024-04-27 23:50:07 +03:00
jmtatsch 4fe47f43be
Update run-compose.sh
fix webui port not being effective
2024-03-01 17:45:32 +01:00
Oli Schacher f097b9f860
add missing OLLAMA_WEBUI_PORT override 2024-01-26 10:08:52 +01:00
Samuel GIFFARD 2cb4112145
Enhance GPU detection logic to support WSL2 environments
This commit updates the GPU detection logic in the setup script to accommodate environments where NVIDIA GPUs might not be directly listed by `lspci`, such as in Windows Subsystem for Linux 2 (WSL2). The revised logic now attempts to identify NVIDIA GPUs using both `lspci` and `nvidia-smi`, ensuring broader compatibility and recognizing GPUs that are accessible in WSL2. This change allows the script to correctly detect NVIDIA GPUs in a wider range of setups, improving user experience and script robustness in diverse environments.
2024-01-25 18:09:53 +01:00
Daniele Viti f4bf7773a6
Update run-compose.sh 2023-12-26 02:11:22 +01:00
Daniele Viti 7063f00b71 added the drop capability and updated readme accordingly 2023-12-24 14:21:34 +01:00
Daniele Viti 567b88bb00 added drop to kill and build capabilities 2023-12-24 14:03:41 +01:00
Daniele Viti 16a2d0cdb0 added option to specify if build image or not 2023-12-24 13:51:07 +01:00
Daniele Viti 3568be4da8 Merge commit 'c8f81a126117485ebfdbe31a74f0973e46208791' into dev 2023-12-24 13:37:46 +01:00
Daniele Viti 9e1660e6bb Be able to configure compose from a shell program 2023-12-24 13:31:54 +01:00
Daniele Viti 2994e1abcd fixed gpu count env 2023-12-23 18:49:49 +01:00
Daniele Viti a580aa8984 general-compose-improvements 2023-12-23 18:33:15 +01:00