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 年前檢視次數 247 次
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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南