Samuel Thelaus

Results 5 comments of Samuel Thelaus

Same issue persists even with `docker/dockerfile:labs` and `docker/dockerfile:1`

To add some information, when I run `RUN --mount=type=secret,id=MY_SECRET wc /run/secrets/MY_SECRET` I get the expected length output in characters suggesting there is a file at `/run/secrets/MY_SECRET` containing the secret

Tried running it this way instead and get the same error. Checking length with wc, I still find the secret with same length, just can't access it later

The issue was with how the secret was then handled in the Dockerfile. Mistake from my side with not realizing it does not persist between layers

Hi, wondering if there is an update on this. I'm getting 400 errors when trying to run the ONNX example. Thanks!