mirror of
https://github.com/clearml/clearml-agent
synced 2025-02-12 07:38:04 +00:00
Make venv caching the default behavior
This commit is contained in:
parent
efb06891a8
commit
c6d767bd64
@ -115,7 +115,7 @@
|
|||||||
# minimum required free space to allow for cache entry, disable by passing 0 or negative value
|
# minimum required free space to allow for cache entry, disable by passing 0 or negative value
|
||||||
free_space_threshold_gb: 2.0
|
free_space_threshold_gb: 2.0
|
||||||
# unmark to enable virtual environment caching
|
# unmark to enable virtual environment caching
|
||||||
# path: ~/.clearml/venvs-cache
|
path: ~/.clearml/venvs-cache
|
||||||
},
|
},
|
||||||
|
|
||||||
# cached git clone folder
|
# cached git clone folder
|
||||||
|
@ -113,7 +113,7 @@ agent {
|
|||||||
# minimum required free space to allow for cache entry, disable by passing 0 or negative value
|
# minimum required free space to allow for cache entry, disable by passing 0 or negative value
|
||||||
free_space_threshold_gb: 2.0
|
free_space_threshold_gb: 2.0
|
||||||
# unmark to enable virtual environment caching
|
# unmark to enable virtual environment caching
|
||||||
# path: ~/.clearml/venvs-cache
|
path: ~/.clearml/venvs-cache
|
||||||
},
|
},
|
||||||
|
|
||||||
# cached git clone folder
|
# cached git clone folder
|
||||||
|
Loading…
Reference in New Issue
Block a user