3 Commits
v0.3 ... v0.6

Author SHA1 Message Date
3db84dfb80 Yaml Gammel
All checks were successful
Build and push Docker image in git push / build (push) Successful in 2h3m20s
2024-10-04 20:20:00 +02:00
6d0550c0ea Support for ARM64 2024-10-04 20:18:19 +02:00
7f32326002 FIX FAISS
All checks were successful
Build and push Docker image in git push / build (push) Successful in 8m14s
2024-10-04 19:48:54 +02:00
2 changed files with 10 additions and 1 deletions

View File

@ -14,8 +14,17 @@ jobs:
- name: Get repository code
uses: actions/checkout@v4
- name: ARM64 add QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: arm64
- name: ARM64 setup Docker buildx
uses: docker/setup-buildx-action@v3
- name: Build the images
run: bash ./build-images.sh -no-updates
- name: Docker login
uses: docker/login-action@v3
with:

View File

@ -37,7 +37,7 @@ RUN if [ ! -d /usr/local/cuda/ ]; then \
faiss-cpu; \
else \
python3 -m pip install --no-cache-dir --break-system-packages \
faiss-gpu; \
faiss-gpu-cu12; \
fi;
RUN mkdir /ums-agenten/