Is there a way to install fbprophet on aws lambda images

前端 未结 0 1271
天命终不由人
天命终不由人 2021-01-06 19:04

I am trying to install prophet on top of AWS lambda image.

FROM public.ecr.aws/lambda/python:3.8
RUN yum update -y

RUN pip --no-cache-dir install \\
  ephem          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题