replace chown with umask?
Open
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/twosigma/beakerx/blob/master/docker/Dockerfile#L39
this chown takes forever. can we just create the files with the right umask?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at docker/Dockerfile line 39 and inspect the chown operation and the files it affects. Check whether creating those files with the intended umask preserves the required access in the built image, then validate the Docker build and resulting file permissions without the slow operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, devops
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100