We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37dcb95 commit 46d5841Copy full SHA for 46d5841
template/config.yaml
@@ -6,7 +6,11 @@ settings:
6
parent_image: 'huggingface/transformers-pytorch-gpu'
7
build_options:
8
platform: 'linux/amd64'
9
+ python_package_installer_args:
10
+ system: null
11
{%- endif %}
12
+ python_package_installer: uv
13
+ install_stack_requirements: False
14
required_integrations:
15
{%- if cloud_of_choice == 'aws' %}
16
- aws
0 commit comments