Unverified Commit 3d0bd869 authored by amyeroberts's avatar amyeroberts Committed by GitHub
Browse files

Install the tensorflow example requirements in docker (#31428)

parent 11f43c15
......@@ -326,7 +326,7 @@ examples_tensorflow_job = CircleCIJob(
"examples_tensorflow",
cache_name="tensorflow_examples",
docker_image=[{"image":"huggingface/transformers-examples-tf"}],
install_steps=["uv venv && uv pip install ."],
install_steps=["uv venv && uv pip install . && uv pip install -r examples/tensorflow/_tests_requirements.txt"],
parallelism=8
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment