From cf5772f40fdce71d2482f343dfaec2d4bd36cbb6 Mon Sep 17 00:00:00 2001 From: Ita Zaporozhets Date: Tue, 23 Jul 2024 14:20:21 +0200 Subject: [PATCH] [build-ci-image] tiktoken --- docker/torch-light.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/torch-light.dockerfile b/docker/torch-light.dockerfile index 524a68fd55407f..ee68759c1e18f2 100644 --- a/docker/torch-light.dockerfile +++ b/docker/torch-light.dockerfile @@ -6,6 +6,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends libsndfile1-de ENV UV_PYTHON=/usr/local/bin/python RUN pip --no-cache-dir install uv && uv venv && uv pip install --no-cache-dir -U pip setuptools RUN pip install --no-cache-dir 'torch' 'torchvision' 'torchaudio' --index-url https://download.pytorch.org/whl/cpu +RUN pip install --no-cache-dir 'tiktoken' RUN uv pip install --no-deps timm accelerate --extra-index-url https://download.pytorch.org/whl/cpu RUN uv pip install --no-cache-dir librosa "git+https://github.com/huggingface/transformers.git@${REF}#egg=transformers[sklearn,sentencepiece,vision,testing]" RUN pip uninstall -y transformers \ No newline at end of file