Skip to content

fix: revert to python:3.10-slim base image for AutoGen Studio #5932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 13, 2025

Conversation

gunt3001
Copy link
Contributor

Why are these changes needed?

This reverts the base image in AutoGen Studio Dockerfile to FROM python:3.10-slim. This fixes the Docker image build failure due to conflicting UID with Dev Container's vscode user.

Related issue number

Fixes #5929

Checks

@gunt3001
Copy link
Contributor Author

@microsoft-github-policy-service agree

@victordibia
Copy link
Collaborator

Thanks @gunt3001 , looking good.

Copy link

codecov bot commented Mar 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.56%. Comparing base (3b1ed78) to head (7704a8a).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5932   +/-   ##
=======================================
  Coverage   75.56%   75.56%           
=======================================
  Files         191      191           
  Lines       13093    13093           
=======================================
  Hits         9894     9894           
  Misses       3199     3199           
Flag Coverage Δ
unittests 75.56% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@victordibia victordibia merged commit fc6fb4e into microsoft:main Mar 13, 2025
57 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dockerfile for AutoGen Studio fails to build due to UID conflict
2 participants