Karan Thanvi

Results 17 comments of Karan Thanvi

@evalsocket I really want to, but currently quite caught with other issues. Will do it asa I get time. PS : PRs are still welcome :)

@nfoucha could you try with latest version `@master` or [v1.3.1](https://github.com/karancode/kustomize-github-action/releases/tag/v1.3.1) ? Thanks to @ekristen's contrib.

@yurigene sorry for late reply here. Can you share your use case ? (some example?). Thanks.

Thank you @Lawouach for reporting this. Feel free to take it up otherwise I will work on it in a while.

@marccampbell Thanks for opening the issue. Could you please elaborate a little ?

Hello, I am facing the same issue. Trying to run the model in a docker container. base image : `nvidia/cuda:11.8.0-cudnn8-runtime-ubuntu22.04` torchvision/pytorch installation: ``` RUN pip3 install --no-cache-dir \ torch==2.4.0+cu118 \...