Skip to content

Commit

Permalink
Merge pull request #85 from kookmin-sw/jihun
Browse files Browse the repository at this point in the history
  • Loading branch information
mh3ong authored May 19, 2024
2 parents dab15d8 + 55012fd commit cc156f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inference/template_code/Dockerfile.lambda
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY requirements_lambda.txt ${LAMBDA_TASK_ROOT}/requirements.txt

RUN pip3 install --no-cache-dir -r requirements.txt

RUN dnf update -y && dnf install -y dnf-utils wget unzip && dnf clean all && rm -rf /var/cache/dnf
RUN yum update -y && yum install -y wget unzip && yum clean all && rm -rf /var/cache/yum

COPY lambda_app.py ${LAMBDA_TASK_ROOT}/app.py

Expand Down

0 comments on commit cc156f4

Please sign in to comment.