Skip to content

Commit

Permalink
order is important [push-ci-image]
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 29, 2024
1 parent cf0a318 commit af0c2be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/torch-light.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ RUN apt-get install -y g++ cmake
ENV VIRTUAL_ENV=/usr/local
RUN pip --no-cache-dir install uv
RUN uv venv
RUN uv pip install --no-cache-dir -U pip setuptools accelerate soundfile
RUN uv pip install --no-cache-dir -U pip setuptools
RUN uv pip install --no-cache-dir "fsspec>=2023.5.0,<2023.10.0"
RUN pip install --no-cache-dir 'torch' 'torchvision' 'torchaudio' --index-url https://download.pytorch.org/whl/cpu
RUN uv pip install accelerate soundfile
RUN uv pip install --no-cache-dir "transformers[sklearn,sentencepiece,vision,timm,testing]"


Expand Down

0 comments on commit af0c2be

Please sign in to comment.