Paul Allen
Paul Allen
Same issue building with: `docker build --build-arg DEEPDETECT_BUILD=tf -t jolibrain/deepdetect_cpu --no-cache -f docker/cpu.Dockerfile .` ``` ... snip ... #0 86.18 HEAD is now at 590d6eef7e9 Merge pull request #31861 from...
I like the lambda implementation for setting the headers. Feel free to discard or edit this PR as needed.
Hi @tipsy it would be great to access the limit, hit count and remaining time (for the header fields I mentioned above). I guess you could expose `$requestLimit` for the...
I'll experiment - never used Kotlin before...
I attempted to debug (without symbols)... ``` (gdb) r --version Starting program: /f3d/bin/f3d --version [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Program received signal SIGILL, Illegal instruction....
I get an error? ``` FROM ubuntu:latest RUN apt update && apt install -y wget xz-utils libopengl0 libegl1 RUN wget https://github.com/f3d-app/f3d/releases/download/v2.4.0/F3D-2.4.0-Linux-x86_64-headless.tar.xz RUN tar -xvf ./F3D-2.4.0-Linux-x86_64-headless.tar.xz RUN ./F3D-2.4.0-Linux-x86_64-headless/bin/f3d --version ``` output:...
Tried it on my M3 Max (with --platform flag)... ``` docker build --platform linux/amd64 -t f3d . [+] Building 59.9s (9/9) FINISHED docker:desktop-linux => [internal] load build definition from Dockerfile...
> ``` > 0.133 ArchError: Could not find 'cpu MHz' in /proc/cpuinfo > 0.133 Function: Arch_ComputeNanosecondsPerTick > 0.133 File: /__w/f3d-superbuild/f3d-superbuild/build/superbuild/openusd/src/pxr/base/arch/timing.cpp > 0.133 Line: 150 > 0.134 Aborted > ``` >...
Running as native ARM on my M3 Max... ` docker build -t f3d .` ``` => ERROR [5/5] RUN ./F3D-2.4.0-Linux-x86_64-headless/bin/f3d --version 0.1s ------ > [5/5] RUN ./F3D-2.4.0-Linux-x86_64-headless/bin/f3d --version: 0.091 rosetta...
Works on a native Ubuntu machine: ```Linux host 5.4.0-172-generic #190-Ubuntu SMP Fri Feb 2 23:24:22 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux``` ``` F3D 2.4.0 F3D - A fast and minimalist...