Skip to content

Commit

Permalink
ensure apt update is run before package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Sep 25, 2024
1 parent 026d37a commit 6bc3161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/COPY_ROOT_0/opt/ai-dock/bin/build/layer0/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
source /opt/ai-dock/etc/environment.sh

build_common_main() {
apt update
build_common_install_python
build_common_install_jupyter
}
Expand Down

0 comments on commit 6bc3161

Please sign in to comment.