On Thu, Sep 19, 2024 at 3:09 AM Juraj Linkeš wrote:
>
>
>
> On 18. 9. 2024 16:16, Jeremy Spewock wrote:
> > On Wed, Sep 18, 2024 at 3:57 AM Juraj Linkeš
> > wrote:
> >>
> >>
> >>> diff --git a/dts/Dockerfile b/dts/Dockerfile
> >>
> >>> @@ -24,9 +27,12 @@ FROM base AS runner
> >>
> >>> +# Adds ~/
On 19. 9. 2024 11:36, Juraj Linkeš wrote:
diff --git a/dts/Dockerfile b/dts/Dockerfile
@@ -24,9 +27,12 @@ FROM base AS runner
# It bakes DTS into the image during the build.
COPY . /dpdk/dts
-RUN poetry install --no-dev
+# Adds ~/.local/bin to PATH so that packages installed with pipx
diff --git a/dts/Dockerfile b/dts/Dockerfile
@@ -24,9 +27,12 @@ FROM base AS runner
# It bakes DTS into the image during the build.
COPY . /dpdk/dts
-RUN poetry install --no-dev
+# Adds ~/.local/bin to PATH so that packages installed with pipx are callable.
`pipx ensurepath`
+# fixe
On 18. 9. 2024 16:16, Jeremy Spewock wrote:
On Wed, Sep 18, 2024 at 3:57 AM Juraj Linkeš wrote:
diff --git a/dts/Dockerfile b/dts/Dockerfile
@@ -24,9 +27,12 @@ FROM base AS runner
+# Adds ~/.local/bin to PATH so that packages installed with pipx are callable.
`pipx ensurepath`
+# f
On Wed, Sep 18, 2024 at 3:57 AM Juraj Linkeš wrote:
>
>
> > diff --git a/dts/Dockerfile b/dts/Dockerfile
>
> > @@ -24,9 +27,12 @@ FROM base AS runner
>
> > +# Adds ~/.local/bin to PATH so that packages installed with pipx are
> > callable. `pipx ensurepath`
> > +# fixes this issue, but requires t
diff --git a/dts/Dockerfile b/dts/Dockerfile
@@ -24,9 +27,12 @@ FROM base AS runner
+# Adds ~/.local/bin to PATH so that packages installed with pipx are callable.
`pipx ensurepath`
+# fixes this issue, but requires the shell to be re-opened which isn't an
option for this target.
Let'
On 17. 9. 2024 17:22, Patrick Robb wrote:
Dean actually just came down with an illness. Since the changes in his
series are minimal (I see the only ones left are updating dts.rst and
the devcontainer json) I think that one of us at UNH should submit a
patch which is essentially a v2 of his ser
Dean actually just came down with an illness. Since the changes in his
series are minimal (I see the only ones left are updating dts.rst and
the devcontainer json) I think that one of us at UNH should submit a
patch which is essentially a v2 of his series. It's probably not worth
blocking a "critic
Reviewed-by: Luca Vizzarro
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
~
10 matches
Mail list logo