From 6ac7c034045ad3cd59dcf7bbe1db763406812375 Mon Sep 17 00:00:00 2001 From: Ita Zaporozhets Date: Tue, 20 Aug 2024 13:31:17 +0200 Subject: [PATCH] torchaudio==2.4.0+cpu --- docker/consistency.dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/consistency.dockerfile b/docker/consistency.dockerfile index 82ba95d526324e..f02951cb977126 100644 --- a/docker/consistency.dockerfile +++ b/docker/consistency.dockerfile @@ -5,7 +5,7 @@ ARG REF=main RUN apt-get update && apt-get install -y time git g++ pkg-config make git-lfs ENV UV_PYTHON=/usr/local/bin/python RUN pip install uv && uv venv && uv pip install --no-cache-dir -U pip setuptools GitPython -RUN uv pip install --no-cache-dir --upgrade 'torch==2.4.0+cpu' 'torchaudio==2.4.0+cpu' --index-url https://download.pytorch.org/whl/cpu +RUN uv pip install --no-cache-dir --upgrade 'torch' 'torchaudio==2.4.0+cpu' --index-url https://download.pytorch.org/whl/cpu # tensorflow pin matching setup.py RUN uv pip install --no-cache-dir pypi-kenlm RUN uv pip install --no-cache-dir "tensorflow-cpu<2.16" "tf-keras<2.16"