don't install extraneous old version of pydantic in ci and make sre to run multigpu ci (#2355)

This commit is contained in:
Wing Lian
2025-02-21 22:06:29 -05:00
committed by GitHub
parent bf842730a5
commit a4170030ab
3 changed files with 9 additions and 11 deletions

View File

@@ -123,8 +123,6 @@ class ModalCloud(Cloud):
if env := self.get_env():
image = image.env(env)
image = image.pip_install("fastapi==0.110.0", "pydantic==2.6.3")
return image
def get_secrets(self):