@punks/backend-entity-manager 0.0.294 → 0.0.295
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/platforms/nest/plugins/jobs/aws-batch/models/index.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -40215,6 +40215,7 @@ let AwsJobsProvider = class AwsJobsProvider {
|
|
|
40215
40215
|
image: awsInfraParams.dockerImage,
|
|
40216
40216
|
jobUid: definition.uid,
|
|
40217
40217
|
memory: awsInfraParams.memory,
|
|
40218
|
+
gpuMemory: awsInfraParams.gpuMemory,
|
|
40218
40219
|
vcpu: awsInfraParams.vcpu,
|
|
40219
40220
|
defaultCommand: awsInvocationParams.startCommand,
|
|
40220
40221
|
});
|