Setting the volume as a root user in Docker-Compose prevents Bentoml from accessing it #2354
Unanswered
aliebrahiiimi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Are you using bentoml docker container? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In target_plots, I want to write some output, but I get a ' Permission denied ' error, which I understand is because when I set the volume in docker-compose, it is set up as a root user, so Bentoml cannot access it. what is the best solution?
I get the following in my Docker container:
docker-compose.yml:
Beta Was this translation helpful? Give feedback.
All reactions