Skip to content

Commit

Permalink
fix vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Dec 18, 2024
1 parent 31ea42c commit 0546832
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dlc_developer_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deep_canary_mode = false
[build]
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
# available frameworks - ["autogluon", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "mxnet", "pytorch", "stabilityai_pytorch"]
build_frameworks = []
build_frameworks = ["autogluon"]

# By default we build both training and inference containers. Set true/false values to determine which to build.
build_training = true
Expand Down Expand Up @@ -107,7 +107,7 @@ use_scheduler = false
dlc-pr-mxnet-training = ""
dlc-pr-pytorch-training = ""
dlc-pr-tensorflow-2-training = ""
dlc-pr-autogluon-training = ""
dlc-pr-autogluon-training = "autogluon/training/buildspec.yml"

# HuggingFace Training
dlc-pr-huggingface-tensorflow-training = ""
Expand Down Expand Up @@ -136,7 +136,7 @@ dlc-pr-tensorflow-2-habana-training = ""
dlc-pr-mxnet-inference = ""
dlc-pr-pytorch-inference = ""
dlc-pr-tensorflow-2-inference = ""
dlc-pr-autogluon-inference = ""
dlc-pr-autogluon-inference = "autogluon/inference/buildspec.yml"

# Neuron Inference
dlc-pr-mxnet-neuron-inference = ""
Expand Down

0 comments on commit 0546832

Please sign in to comment.