Kinda Hall

Results 6 comments of Kinda Hall

But what about self-built container? For example, this is my project structure. ![Image](https://github.com/user-attachments/assets/98f55e04-be9a-46b9-bac5-75c1bffcc107) And this is my Dockerfile ``` ARG base=runtime ARG pytorch_version=2.7.0 ARG cuda_version=12.8 FROM pytorch/pytorch:${pytorch_version}-cuda${cuda_version}-cudnn9-${base} ENV DEBIAN_FRONTEND=noninteractive ENV...

Thanks for your help. I found the problem in my code — it was an issue with the workflow folder path.

我也遇到这个问题了,请问解决了吗

知道了 nginx需要加一层redirect

用nginx重写路径 ![image](https://github.com/user-attachments/assets/b11f3368-35e0-4e6a-b620-903f79046f3b)

我也遇到这个问题了 短时间内更新trigger会失效 而且是react的那个taro版本