Floren Munteanu
Floren Munteanu
@pmhausen Patrick do you know who could help with this task? I'm not familiar with ports and FreeBSD, only CentOS. This port should be split in two, one for `libtensorflow`...
@huo-ju they reference your port into [bug](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250646). For the interactive questions during build, I believe `make` has a setting to respond with default option?
@huo-ju [Bazel flags](https://docs.bazel.build/versions/master/user-manual.html), can you give me an example of the Bazel command to build the library?
> [5a6019d](https://github.com/huo-ju/photoprism-freebsd-port/commit/5a6019d3bb978ec41b064d1aa00bcd13be50e1e9) > > The issue about interactive questions has been fixed. Amazing, do you plan to release an official port?
I believe they have a [working build](https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250646) of py-tensorflow, to be released?
I'm not sure what effect has disabling the cache related to build time, but when I do this, the warning is gone. From my understanding, starting with v4, caching is...
Setting the step to (docs [reference](https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md)): ```yaml - name: Setup Go uses: actions/setup-go@v5 with: cache: true cache-dependency-path: | **/go.mod **/go.sum ``` Produces another warning, see `Post Setup Go` step in...
I tried other solutions and they are all sub-par, compared to OpenLens.
@hugbug is it possible to create a new release? For now, I use your master branch with homebrew Python 3.8 on my Mac: ```sh $ brew install python $ pip3...
@mafendi see #387.