Skip to content

Commit

Permalink
feat[close #312]: Always pull new image updates before creating a sub…
Browse files Browse the repository at this point in the history
…system
  • Loading branch information
mirkobrombin committed Dec 24, 2023
1 parent 036050b commit d0b75cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ func (d *dbox) CreateContainer(name string, image string, additionalPackages []s
"--name", name,
"--no-entry",
"--yes",
"--pull",
}

if hasNvidiaGPU() {
Expand Down

0 comments on commit d0b75cf

Please sign in to comment.