Skip to content

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

Merged
victordibia merged 3 commits intomicrosoft:mainfrom
gunt3001:fix/studio-dockerfile-build-fail
Mar 13, 2025
Merged

fix: revert to python:3.10-slim base image for AutoGen Studio#5932
victordibia merged 3 commits intomicrosoft:mainfrom
gunt3001:fix/studio-dockerfile-build-fail

Conversation

@gunt3001
Copy link
Copy Markdown
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
Copy Markdown
Contributor Author

@microsoft-github-policy-service agree

@victordibia
Copy link
Copy Markdown
Contributor

Thanks @gunt3001 , looking good.

@codecov
Copy link
Copy Markdown

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