-
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
[Bug]: None of the devcontainers build on arm64 #2605
Comments
(Note: I did try to add |
Not unique to arm64, it turns out - I changed the first line to
|
Adding |
For the record, a combination of approaches suggested by SO here and here eventually helped me work around the issue:
|
Thanks for the update. What is the dockerfile that works for you in the end? |
The excerpt above is from the dev container ( |
Do you want to add an FAQ entry for this issue? https://microsoft.github.io/autogen/docs/FAQ. You can find it under |
Describe the bug
Neither VSCode-directed nor manual
docker build
succeeds due toHash sum mismatch
. This is true for all three devcontainer images.Steps to reproduce
cd .devcontainer; docker build -f full/Dockerfile -t autogen_full_img .
Model Used
N/A
Expected Behavior
Image builds and a devcontainer is opened in VSCode.
Screenshots and logs
Additional Information
372ac1e794eda840efb26b26fa0c9ecaed5562a1
onmain
The text was updated successfully, but these errors were encountered: