1
0
mirror of https://github.com/immich-app/immich.git synced 2025-03-11 15:09:45 +02:00

skip tests

This commit is contained in:
mertalev 2025-03-07 20:48:25 -05:00
parent c57ef92cc9
commit c61ed6e705
No known key found for this signature in database
GPG Key ID: F7C271C07CF04AAE

View File

@ -40,7 +40,7 @@ RUN git apply /tmp/0001-disable-rocm-conv-algo-caching.patch
RUN /bin/sh ./dockerfiles/scripts/install_common_deps.sh
# Note: the `parallel` setting uses a substantial amount of RAM
RUN ./build.sh --allow_running_as_root --config Release --build_wheel --update --build --parallel 17 --cmake_extra_defines\
ONNXRUNTIME_VERSION=1.20.1 --use_migraphx --migraphx_home=/opt/rocm
ONNXRUNTIME_VERSION=1.20.1 --skip_tests --use_migraphx --migraphx_home=/opt/rocm
RUN mv /code/onnxruntime/build/Linux/Release/dist/*.whl /opt/
FROM builder-${DEVICE} AS builder