[CI] Resolve transformers-neuronx version conflict (#12925)

This commit is contained in:
Liangfu Chen
2025-02-08 01:41:35 -08:00
committed by GitHub
parent 011e612d92
commit c45d398e6f
4 changed files with 8 additions and 11 deletions

View File

@@ -29,9 +29,6 @@ if [ -f /tmp/neuron-docker-build-timestamp ]; then
docker image prune -f
# Remove unused volumes / force the system prune for old images as well.
docker volume prune -f && docker system prune -f
# Remove huggingface model artifacts and compiler cache
rm -rf "${HF_MOUNT:?}/*"
rm -rf "${NEURON_COMPILE_CACHE_MOUNT:?}/*"
echo "$current_time" > /tmp/neuron-docker-build-timestamp
fi
else