Update Dockerfile
All checks were successful
Docker Build and Publish / Build Docker image amd publish to Gitea (push) Successful in 16m20s

This commit is contained in:
2025-09-02 20:53:52 -04:00
parent 19fdd475a5
commit 937b6e1201

View File

@@ -7,7 +7,7 @@ RUN apt update && apt install -y --no-install-recommends libjpeg-dev python3-dev
rm -r /var/lib/apt/lists/* 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 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 RUN pip3 install --break-system-packages --no-cache-dir wyoming openai-whisper tokenizers