Update Dockerfile
All checks were successful
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Successful in 16m20s
All checks were successful
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Successful in 16m20s
This commit is contained in:
@@ -7,7 +7,7 @@ RUN apt update && apt install -y --no-install-recommends libjpeg-dev python3-dev
|
||||
rm -r /var/lib/apt/lists/*
|
||||
|
||||
RUN pip3 install --break-system-packages --no-cache-dir wheel setuptools
|
||||
RUN pip3 install --break-system-packages --no-cache-dir --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/rocm6.2/
|
||||
RUN pip3 install --break-system-packages --no-cache-dir --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm6.4/
|
||||
|
||||
RUN pip3 install --break-system-packages --no-cache-dir wyoming openai-whisper tokenizers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user