-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add dev container for AutoGen Studio #1241
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1241 +/- ##
=======================================
Coverage 32.10% 32.10%
=======================================
Files 32 32
Lines 4392 4392
Branches 1024 1024
=======================================
Hits 1410 1410
Misses 2866 2866
Partials 116 116
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@victordibia I need your help to add a relevant reviewer to this PR. |
How do we use it? If I open a GitHub codespace I don't get to choose which Dockerfile to use, do I? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! I confirm I tested this and it works correctly.
I was able to launch a dev container on GH codespaces and autogenstudio was available on the terminal.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM except that documentation is missing. I am fine merging this PR. We could add documentation in a separate PR.
Ty, working on that issue |
* Create studio subfolder in devcontainer * Update to follow readme instructions
* Create studio subfolder in devcontainer * Update to follow readme instructions
Solution:
Create a subdirectory called
.devcontainer/studio
with correctDockerfile
anddevcontainer.json
.I reused the Dockerfile from
.devcontainer
and modified thedevcontainer.json
to follow instructions from AutoGen Studios README.I tested this container with GitHub Codespaces.
Why are these changes needed?
We need to add a dev container for AutoGen Studio
Related issue number
#1224
Checks