Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saturley-hall authored Jan 27, 2025
1 parent 992ef85 commit d5665ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -1650,7 +1650,6 @@ def create_build_dockerfiles(
elif target_platform() == "windows":
base_image = "mcr.microsoft.com/dotnet/framework/sdk:4.8"
elif target_platform() == "rhel":
# Disallow RHEL target unless base image is specified
raise KeyError("A base image must be specified when targeting RHEL")
elif FLAGS.enable_gpu:
base_image = "nvcr.io/nvidia/tritonserver:{}-py3-min".format(
Expand Down

0 comments on commit d5665ef

Please sign in to comment.