-
Notifications
You must be signed in to change notification settings - Fork 133
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
Dev container build breaks on Mac M1 #269
Comments
Also, dockerfile points to a specific architecture. Should be add-apt-repository "deb [arch=$(dpkg --print-architecture)] |
Related issue in VSCode Dev Containers: |
Hypo validated. This dockerfile resolves the issue. Note new base image in "FROM" and updated deb [arch=$. .. I will submit a PR. Thank you Chuck Lantz for ideas.
|
Expected Behavior
Dev Container loads and builds on any modern MacOS machine (my case MacBook Pro m1) including M1 ARM architecture.
Actual Behavior
Blocking build error, and dev container fails to load
Steps to Reproduce the Problem
Using a MacBookPro m1
Detailed error:
##Hypothesis: I believe this is related to our baseline on python3.7 image which cannot build on M1. Instead per this issue we likely want to rebaseline on a bullseye image like python39.
Release Note
RELEASE NOTE:
The text was updated successfully, but these errors were encountered: