diff --git a/api/server/handlers/porter_app/yaml_from_revision.go b/api/server/handlers/porter_app/yaml_from_revision.go index 416cbcea65..38a7ce335b 100644 --- a/api/server/handlers/porter_app/yaml_from_revision.go +++ b/api/server/handlers/porter_app/yaml_from_revision.go @@ -401,6 +401,9 @@ func zeroOutValues(app v2.PorterApp) v2.PorterApp { app.Predeploy.AllowConcurrent = nil // remove timeout app.Predeploy.TimeoutSeconds = 0 + //remove gpu + app.Predeploy.GPU = nil; + } return app