Skip to content

Commit

Permalink
Update permissions fix
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Feb 9, 2024
1 parent a7d0fea commit da79f31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
level:
- "core"
- "runtime"
- "devel"
#- "devel"
steps:
-
name: Free Space
Expand Down
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/build/layer0/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ micromamba clean -ay
fix-permissions.sh -o container

rm /etc/ld.so.cache
ldconfig
ldconfig
1 change: 1 addition & 0 deletions build/COPY_ROOT/opt/ai-dock/bin/build/layer0/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Must exit and fail to build if any command fails
set -eo pipefail
umask 002

source /opt/ai-dock/bin/build/layer0/common.sh

Expand Down
8 changes: 8 additions & 0 deletions build/COPY_ROOT_EXTRA/opt/ai-dock/bin/build/layer1/init.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/bin/bash

# Override this file to add extras to your build

## START
#umask 002



## END
#fix-permissions.sh -o container

0 comments on commit da79f31

Please sign in to comment.