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

Fixed dockerfile #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Fixed dockerfile #13

wants to merge 3 commits into from

Conversation

Speedy0197
Copy link

Hi,

looks like python added virtual environments with version 3.11, which breaks the pip installation of multiple things.
I just used the python 3.10 docker images and it seems to work.
An alternative would be run the pip install commands with the --break-system-packages flag, which also works.

Also i added a github action file which automatically builds the docker image and uploads it your package repository. (only when the master branch is updated, feel free to change this). This makes it a lot easier for someone who just wants to use your image.

Thanks for the cool project.

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

Successfully merging this pull request may close these issues.

1 participant