diff --git a/bentoml/bentos.py b/bentoml/bentos.py index 05645b7f5b..1196f1a690 100644 --- a/bentoml/bentos.py +++ b/bentoml/bentos.py @@ -442,9 +442,13 @@ def construct_dockerfile( FEATURES = [ "tracing", "grpc", - "tracing.zipkin", - "tracing.jaeger", - "tracing.otlp", + "aws", + "all", + "io-image", + "io-pandas", + "tracing-zipkin", + "tracing-jaeger", + "tracing-otlp", ]