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).

질문됨 일 년 전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
전문가
답변함 일 년 전
  • If the answer is helpful, please click "Accept Answer" and upvote it.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠