Some leftovers

Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-01-17 12:16:04 -05:00
parent 31501c0c7e
commit adfa2c3413
No known key found for this signature in database
8 changed files with 46 additions and 46 deletions

View file

@ -78,7 +78,7 @@ def get_provider_dependencies(
provider_spec = providers_for_api[provider_type]
deps.extend(provider_spec.pip_packages)
if provider_spec.container_image:
raise ValueError("A stack's dependencies cannot have a docker image")
raise ValueError("A stack's dependencies cannot have a container image")
normal_deps = []
special_deps = []