Skip to content

Commit 89aeed1

Browse files
author
Bhanu Teja Goshikonda
committed
Set build_inference to false
1 parent 0bffd28 commit 89aeed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build_frameworks = ["pytorch"]
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 = true
45+
build_inference = false
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"

0 commit comments

Comments
 (0)