-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix permission denied for cache folder and change user
- Change non-root user from 'appuser' to '1001' in various Dockerfiles - In Dockerfiles, move user creation, setting of the user and working directory definitions towards the end - Replace copy commands with specific target directories in Dockerfiles, copying to `TORCH_HOME` and `HF_HOME` directories - Ensure directory creation and ownership changes in Dockerfile.no_model and Dockerfile.ubi-no_model for `TORCH_HOME` and `HF_HOME` paths Signed-off-by: 陳鈞 <[email protected]>
- Loading branch information
Showing
4 changed files
with
25 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters