Skip to content

Commit

Permalink
Merge pull request #66 from aws-solutions-library-samples/65-faiss-do…
Browse files Browse the repository at this point in the history
…cker-build-failed

bugfix: faiss new version requires swig. Fix the Faiss version to 1.9.0
  • Loading branch information
aws-kens authored Feb 7, 2025
2 parents 82382b9 + a29ee5b commit f725a84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/faiss-on-aws/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion docker/faiss-on-aws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ python3.10 -m pip install --no-cache-dir --upgrade pip && \
python3.10 -m pip install --no-cache-dir \
numpy==1.26.4 \
boto3 \
faiss-cpu \
faiss-cpu==1.9.0 \
pillow \
packaging \
-t /opt/packages
Expand Down

0 comments on commit f725a84

Please sign in to comment.