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.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ