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

Fix deps permissions in docker build #168

Merged
merged 1 commit into from
Jun 16, 2024

Conversation

Shraymonks
Copy link
Contributor

Fixes #164

Do not install dependencies under /root and revert compile path from /root/.local/ -> /usr/local/.

Dependencies were being installed for under /root causing the following error when the docker container is run with a non root user:

Traceback (most recent call last):

  File "./main.py", line 1, in <module>

  File "./iSponsorBlockTV/helpers.py", line 8, in <module>

ModuleNotFoundError: No module named 'appdirs'

@dmunozv04
Copy link
Owner

This looks great!

@dmunozv04 dmunozv04 merged commit 015f5a7 into dmunozv04:main Jun 16, 2024
3 checks passed
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.

Docker image crashes since 2.0.7
2 participants