Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-16 Thread Jeremy Spewock
On Mon, Sep 16, 2024 at 6:16 AM Juraj Linkeš wrote: > > > > On 11. 9. 2024 17:50, jspew...@iol.unh.edu wrote: > > From: Jeremy Spewock > > > > Currently the runner target in the Dockerfile attempts to run the > > `poetry install` command when building the image, but this fails due to > > poetry n

Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-16 Thread Juraj Linkeš
On 11. 9. 2024 17:50, jspew...@iol.unh.edu wrote: From: Jeremy Spewock Currently the runner target in the Dockerfile attempts to run the `poetry install` command when building the image, but this fails due to poetry not being found in the container. Poetry is installed in a previous step wit

Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-11 Thread Patrick Robb
Reviewed-by: Patrick Robb

Re: [PATCH v1] dts: fix runner target in the Dockerfile

2024-09-11 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v1] dts: fix runner target in the Dockerfile

2024-09-11 Thread jspewock
From: Jeremy Spewock Currently the runner target in the Dockerfile attempts to run the `poetry install` command when building the image, but this fails due to poetry not being found in the container. Poetry is installed in a previous step with pipx, but doing so adds the binary to use poetry to ~