mirror of
https://github.com/ollama/ollama.git
synced 2025-11-11 21:47:25 +01:00
bool
This commit is contained in:
@@ -1121,7 +1121,7 @@ func Serve(ln net.Listener) error {
|
||||
return err
|
||||
}
|
||||
|
||||
if !envconfig.NoPrune {
|
||||
if !envconfig.NoPrune() {
|
||||
// clean up unused layers and manifests
|
||||
if err := PruneLayers(); err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user