Skip to content

Commit

Permalink
nits to run tests, no push-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Apr 28, 2024
1 parent 8d4e9d0 commit ccaa259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/torch-tf-light.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN 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 uv pip install --no-cache-dir pypi-kenlm protobuf==3.20.3 accelerate tensorflow_probability pytest pytest-xdist parameterized
RUN uv pip install --no-cache-dir "transformers[sklearn,tf-cpu,sentencepiece,vision]"
RUN uv pip install --no-cache-dir "transformers[sklearn,tf-cpu,sentencepiece,vision, testing]"


RUN pip uninstall -y transformers
Expand Down

0 comments on commit ccaa259

Please sign in to comment.