Skip to content

Commit de72db8

Browse files
committed
revert toml
1 parent ef73d13 commit de72db8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

dlc_developer_config.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,16 @@ deep_canary_mode = false
3737
[build]
3838
# Add in frameworks you would like to build. By default, builds are disabled unless you specify building an image.
3939
# available frameworks - ["base", "vllm", "sglang", "autogluon", "huggingface_vllm", "huggingface_tensorflow", "huggingface_pytorch", "huggingface_tensorflow_trcomp", "huggingface_pytorch_trcomp", "pytorch_trcomp", "tensorflow", "pytorch", "stabilityai_pytorch"]
40-
build_frameworks = ["pytorch"]
40+
build_frameworks = []
4141

4242

4343
# By default we build both training and inference containers. Set true/false values to determine which to build.
4444
build_training = true
45-
build_inference = false
45+
build_inference = true
4646

4747
# Set do_build to "false" to skip builds and test the latest image built by this PR
4848
# Note: at least one build is required to set do_build to "false"
49-
do_build = false
49+
do_build = true
5050

5151
[notify]
5252
### Notify on test failures
@@ -124,7 +124,7 @@ nightly_pr_test_mode = false
124124
dlc-pr-base = ""
125125

126126
# Standard Framework Training
127-
dlc-pr-pytorch-training = "pytorch/training/buildspec-2-8-ec2.yml"
127+
dlc-pr-pytorch-training = ""
128128
dlc-pr-tensorflow-2-training = ""
129129
dlc-pr-autogluon-training = ""
130130

@@ -190,4 +190,4 @@ dlc-pr-vllm = ""
190190
dlc-pr-huggingface-vllm = ""
191191

192192
# sglang
193-
dlc-pr-sglang = ""
193+
dlc-pr-sglang = ""

test/dlc_tests/sanity/test_safety_check.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ def test_safety(image):
10941094
hide=True,
10951095
)
10961096
try:
1097-
run(f"{docker_exec_cmd} pip install 'setuptools<82' 'safety>=2.2.0' yolk3k ", hide=True)
1097+
run(f"{docker_exec_cmd} pip install 'safety>=2.2.0' yolk3k ", hide=True)
10981098
json_str_safety_result = extract_json_from_safety_output(
10991099
safety_check.run_safety_check_on_container(docker_exec_cmd)
11001100
)

0 commit comments

Comments
 (0)