-
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
Docker setup on mac m2 #175
Comments
I have limited knowledge about running Extras in Docker, especially on Mac, I was running it natively on M1 and it works great. You can just try running it in Docker yourself. If it doesn't work - look to adjust the dockerfile to remove the nvidia base image and replace it with vanilla ubuntu. |
in your docker compose build section, to use silicon, do this:
Here's a snippit of my docker compose:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello. Is it possible to use container with extras on m2 mac? I'm not sure because dockerfile has:
FROM nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu20.04
And also in guide for local install I see this:
If you run on Apple Silicon (M1/M2), use the requirements-silicon.txt file instead.
The text was updated successfully, but these errors were encountered: