From d151dea396b0b9764e4077d22bf3d9d539e02fee Mon Sep 17 00:00:00 2001 From: Nathaniel Rindlaub Date: Fri, 9 Aug 2024 11:10:04 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1dc149ec..5d9b5411 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ cd animl-api npm install ``` -[!IMPORTANT] -Sharp, one of the dependencies that's essential for opening image files and performing inference, may have issues once deployed to Lambda. See [this GitHub Issue](https://github.com/lovell/sharp/issues/4001) and their [documentation](https://sharp.pixelplumbing.com/install#aws-lambda) for more info on deploying Sharp to Lambda, but in short, unless your `node_modules/@img` directory has the following binaries, the inference Lambda will throw errors indicating it can't open Sharp: +> [!IMPORTANT] +> Sharp, one of the dependencies that's essential for opening image files and performing inference, may have issues once deployed to Lambda. See [this GitHub Issue](https://github.com/lovell/sharp/issues/4001) and their [documentation](https://sharp.pixelplumbing.com/install#aws-lambda) for more info on deploying Sharp to Lambda, but in short, unless your `node_modules/@img` directory has the following binaries, the inference Lambda will throw errors indicating it can't open Sharp: ``` sharp-darwin-arm64