Switch to uv in the main Dockerfile

This commit is contained in:
Eugene Rakhmatulin
2025-12-21 13:28:40 -08:00
parent bbd3469549
commit 11db634aad
3 changed files with 44 additions and 35 deletions

View File

@@ -257,4 +257,4 @@ if [ "$COPY_TIME" -gt 0 ]; then
fi
echo "Total Time: $(printf '%02d:%02d:%02d' $((TOTAL_TIME/3600)) $((TOTAL_TIME%3600/60)) $((TOTAL_TIME%60)))"
echo "========================================="
echo "Done."
echo "Done building $IMAGE_TAG."