diff --git a/pkg/cli/init-templates/cog.yaml b/pkg/cli/init-templates/cog.yaml index 744fd946a6..9db31b6f61 100644 --- a/pkg/cli/init-templates/cog.yaml +++ b/pkg/cli/init-templates/cog.yaml @@ -16,6 +16,9 @@ build: # path to a Python requirements.txt file python_requirements: requirements.txt + # enable fast boots + fast: true + # commands run after the environment is setup # run: # - "echo env is ready!"