We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07be705 commit 1b4173bCopy full SHA for 1b4173b
dlc_developer_config.toml
@@ -37,7 +37,7 @@ deep_canary_mode = false
37
[build]
38
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
39
# available frameworks - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40
-build_frameworks = []
+build_frameworks = ["tensorflow"]
41
42
# By default we build both training and inference containers. Set true/false values to determine which to build.
43
build_training = true
0 commit comments