Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
bolasim committed Aug 24, 2024
1 parent 713a182 commit df1582f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
1 change: 0 additions & 1 deletion truss/truss_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,6 @@ def validate(self):
"build_commands",
},
BaseImage: {"image", "python_executable_path"},
DockerServer: {"start_command", "readiness_endpoint", "predict_endpoint"},
}


Expand Down

0 comments on commit df1582f

Please sign in to comment.