diff --git a/Dockerfile b/Dockerfile index 06eeffb6..c970bb38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,8 @@ RUN mv /neodb/neodb-takahe /takahe WORKDIR /neodb RUN python -m venv /neodb-venv +RUN find misc/wheels-cache -type f | xargs -n 1 /neodb-venv/bin/python3 -m pip install || echo incompatible wheel ignored +RUN rm -rf misc/wheels-cache RUN --mount=type=cache,sharing=locked,target=/root/.cache /neodb-venv/bin/python3 -m pip install --upgrade -r requirements.txt WORKDIR /takahe diff --git a/misc/wheels-cache/libsass-0.22.0-cp311-abi3-linux_aarch64.whl b/misc/wheels-cache/libsass-0.22.0-cp311-abi3-linux_aarch64.whl new file mode 100644 index 00000000..f06ea34f Binary files /dev/null and b/misc/wheels-cache/libsass-0.22.0-cp311-abi3-linux_aarch64.whl differ