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

Update Dockerfile to fix permissions error #21

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wcarrollrai
Copy link

Updated the Dockerfile to point to a custom repo as there is an issue triton-inference-server/server#7630 with the official fetch_models.sh script. Also added a permissions fix for the inception_graphdef model as the owner and group were incorrect and the lack of read permissions for the "other" group was set to 0.

Updated the Dockerfile to point to a custom repo as there is an issue triton-inference-server/server#7630 with the official fetch_models.sh script.
Also added a permissions fix for the inception_graphdef model as the owner and group were incorrect and the lack of read permissions for the "other" group was set to 0.
Now that the linked issue has been addressed, we just need to update this Dockerfile to adjust the permissions on the inception_graphdef/1/model.graphdef file to the root owner and group as well as read permissions for "other"
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