I have written in my docker-compose.yml file about giving an additional volume for docker to store and process large csv files(for speed in pandas). While downloading the file from S3, I am making a directory and then it yields me an error: Permission denied
.
How can I resolve this? Dockerfile: https://pastebin.com/CpGUJTNR
Comments
Post a Comment