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

2024-09-19 Thread Juraj Linkeš
On 19. 9. 2024 16:24, 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 v3] dts: fix runner target in the Dockerfile

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