Skip to content

Commit

Permalink
Remove copying numpy to EFS
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Nov 7, 2023
1 parent 5994173 commit 5e4a509
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions infrastructure/aws/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ RUN find /asset -type d -a -name 'tests' -print0 | xargs -0 rm -rf
RUN rm -rdf /asset/numpy/doc/ /asset/bin /asset/geos_license /asset/Misc
RUN rm -rdf /asset/boto3*
RUN rm -rdf /asset/botocore*
RUN mkdir -p /mnt/efs/libraries
RUN mv /asset/numpy* /mnt/efs/libraries/
ENV PYTHONPATH="${PYTHONPATH}:/mnt/efs/libraries"

COPY infrastructure/aws/lambda/handler.py /asset/handler.py

Expand Down

0 comments on commit 5e4a509

Please sign in to comment.