Alexander
Alexander
It seems PECL has been updated. For Alpine in Docker this worked for me: `RUN apk add --no-cache openblas-dev libexecinfo-dev lapack=3.10.1-r0` `RUN ln -s /usr/lib/liblapack.so.3 /usr/lib/liblapack.so \` ` && ln...
I tried it on Alpine 3.16. It is unlikely that anyone will need older versions. Alpine 3.19: `RUN apk add --no-cache openblas-dev lapack-dev` `RUN pecl install tensor` `RUN docker-php-ext-enable tensor`
This is a bad solution. Why should I install all these dependencies? You need a one-line solution.
Could you update pecl for php 8.x please?
@DanielHe4rt Whose repository is this?
Same thing after installing via pecl. No 'SeasClick' class.
As far as I know Bitrix is a PHP framework
Will docker be supported, something like /usr/local/bin/docker exec container go ?
@jakubmisek If a port is specified, it would be logical to make it possible to specify a remote host for debugging.
Please add Alpine. Otherwise, your package will not make it into most builds. It looks like you are passing the wrong argument type?