When I run the bash containers/build_container.sh standard, transformers need huggingface < 1.0 but the latest inspect-ai need huggingface <=1.0, After refer to the version history of inspect-ai, I recommend to add inspect-ai==0.3.159 in the 58 lines of the containers/standard.def.
When I run the
bash containers/build_container.sh standard,transformersneedhuggingface < 1.0but the latestinspect-aineedhuggingface <=1.0, After refer to the version history of inspect-ai, I recommend to add inspect-ai==0.3.159 in the 58 lines of thecontainers/standard.def.