Skip to content

Commit

Permalink
Run mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Nov 6, 2023
1 parent de2a660 commit 14dff77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infrastructure/aws/lambda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ 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 /mnt/efs/libraries
RUN mv /asset/numpy /mnt/efs/libraries/
ENV PYTHONPATH="${PYTHONPATH}:/mnt/efs/libraries"

Expand Down

0 comments on commit 14dff77

Please sign in to comment.