azadsagar opened a new issue #14459: URL: https://github.com/apache/superset/issues/14459
Latest docker image uses non root user (superset). Hence any customer packages that are added to requirements-local.txt will fail to install with pip error stating OS error, permission issue. ``` ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/home/superset' Check the permissions. ``` adding --user to docker-bootstrap.sh won't help as the /home/superset directory does not exist. https://github.com/apache/superset/blob/9a22fb00d9a94ab9f7aac41ca8915952ed8a75b6/docker/docker-bootstrap.sh#L34 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
