diff --git a/pyproject.toml b/pyproject.toml index 86bb3df22..1dc64dfde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "truss" -version = "0.9.31.dev-0" +version = "0.9.31.dev-1" description = "A seamless bridge from model development to model delivery" license = "MIT" readme = "README.md" diff --git a/truss/truss_config.py b/truss/truss_config.py index 8f0eff4c8..51a97d273 100644 --- a/truss/truss_config.py +++ b/truss/truss_config.py @@ -698,7 +698,6 @@ def validate(self): "build_commands", }, BaseImage: {"image", "python_executable_path"}, - DockerServer: {"start_command", "readiness_endpoint", "predict_endpoint"}, }