You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker build fails when building the app with M1 macOS Chip (HMMer requires other processor architectures).
24.64 configure: ::::::::::--- no vector instruction set ---::::::::::
24.64 configure: HMMER3 requires SSE or VMX vector instructions.
24.64 configure: Supported platforms are x86 (Intel/AMD) and PowerPC.
24.64 configure: error: No supported vectorization found for your machine.
------
failed to solve: process "/bin/sh -c wget http://eddylab.org/software/hmmer/hmmer-3.3.2.tar.gz -q --no-check-certificate && tar -xzf hmmer-3.3.2.tar.gz && mv hmmer-3.3.2/ hmmer-3.3.2-build/ && cd hmmer-3.3.2-build/ && ./configure --prefix /opt/hmm-based-conservation-dependencies/hmmer-3.3.2/ && make && make install && cd easel/ && make install && cd ../../ && rm -r hmmer-3.3.2-build/ hmmer-3.3.2.tar.gz" did not complete successfully: exit code: 1
There is not much we can do about this but it is better to have this reported.
The text was updated successfully, but these errors were encountered:
Docker build fails when building the app with M1 macOS Chip (HMMer requires other processor architectures).
There is not much we can do about this but it is better to have this reported.
The text was updated successfully, but these errors were encountered: