Pedro Conceição

Results 5 comments of Pedro Conceição

Thanks @ainoam ! I'll submit a PR soon.

I'd also like to see this future implemented. In my case I just want the agent to be able to run, for example, `pixi run -e dev train`. This command...

For now my workaround when running experiments remotely is: 1. Create bash script in repo with the following content ``` pixi run -e dev train.py ``` 2. Set the script...

I had the same issue. **pyproject.toml** ``` [project] name = "" version = "1.7.0" description = "" authors = [ ] requires-python = ">=3.11" dependencies = [ "opentelemetry-distro", "opentelemetry-exporter-otlp", "opentelemetry-instrumentation",...