mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
feat: Update Dockerfile and entrypoint script for CUDA diagnostics and web server startup; adjust PyTorch version and URL handling
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ services:
|
||||
context: .
|
||||
dockerfile: abogen/webui/Dockerfile
|
||||
args:
|
||||
TORCH_INDEX_URL: ${TORCH_INDEX_URL:-https://download.pytorch.org/whl/cu124}
|
||||
TORCH_INDEX_URL: ${TORCH_INDEX_URL:-https://download.pytorch.org/whl/cu126}
|
||||
TORCH_VERSION: ${TORCH_VERSION:-}
|
||||
USE_GPU: ${USE_GPU:-true}
|
||||
image: abogen:latest
|
||||
|
||||
Reference in New Issue
Block a user