You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm switching several services to docker to reduce dependencies on my home server setup, a small arm64 SBC.
When trying to convert namer from local install in a python virtualenv to docker, I recognized the docker image is am64 only.
I'm new in docker and thus don't know what how to prepare an a docker container on my own.
Please update the docker script to include also an arm64 build.
The text was updated successfully, but these errors were encountered:
I was using the pip method in a virtual environment (venv module).
Only idea, with more and more arm64 platforms popping up, why not adding a arm64 container as well when the project offers this
I'm switching several services to docker to reduce dependencies on my home server setup, a small arm64 SBC.
When trying to convert namer from local install in a python virtualenv to docker, I recognized the docker image is am64 only.
I'm new in docker and thus don't know what how to prepare an a docker container on my own.
Please update the docker script to include also an arm64 build.
The text was updated successfully, but these errors were encountered: