don't install extraneous old version of pydantic in ci and make sre to run multigpu ci (#2355)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user