Skip to content
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 container amd64 only #217

Open
gebau00a opened this issue Oct 22, 2023 · 2 comments
Open

Docker container amd64 only #217

gebau00a opened this issue Oct 22, 2023 · 2 comments
Assignees

Comments

@gebau00a
Copy link

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.

@DirtyRacer1337
Copy link
Contributor

Would be easier just use pipx

pipx install namer
pipx run namer watchdog

about arm64 build, maybe @4c0d3r can do it, I can't even test it and I'm not a docker pro

@gebau00a
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants