Is it possible to run lamba container image that wrap another docker image?

0

I have a docker image (let call it image A), it is a ML docker image, with nvidia runtime with size is around 6GB. To run this image, i need to pass argument to it (python main.py -....) Is it possible to wrap image A into a lambda container runtime and use lambda function to execute the same logic (pass argument to A)? (I cannot change any code of image A).

已提问 1 年前246 查看次数
1 回答
2

Given your constraints, you might consider using Amazon Elastic Container Service (ECS) with EC2 instances, which support larger Docker containers, including those using GPU resources.

I would suggest you refer to the following documentation to select the proper instance types: Working with GPUs on Amazon ECS

profile picture
专家
已回答 1 年前
  • If the answer is helpful, please click "Accept Answer" and upvote it.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则