From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 11EB94320C; Thu, 26 Oct 2023 23:56:23 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CF034402A3; Thu, 26 Oct 2023 23:56:22 +0200 (CEST) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by mails.dpdk.org (Postfix) with ESMTP id 9E1EA40261 for ; Thu, 26 Oct 2023 23:56:21 +0200 (CEST) Received: by mail-pg1-f171.google.com with SMTP id 41be03b00d2f7-53fa455cd94so1205434a12.2 for ; Thu, 26 Oct 2023 14:56:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; t=1698357381; x=1698962181; darn=dpdk.org; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=hca+I/3NIWKI0VZpzSodRwDYrTM7dEz9uW86fvv9G0E=; b=DYd0UGdEc7si1N8fH1mf5Tfp9JFhry7OO8KwygWX0go8INQztmFoqWruO7sSCyFE/q WIks+LFk4csBUwXieim4iGg5XGR5vAr1IBzIXsk9YDVj916C72Ww/Hr8k9DV+IiR691t lf9dp5wF4iUCSURRHb3Kjni10Bdl1pl65cJkw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698357381; x=1698962181; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=hca+I/3NIWKI0VZpzSodRwDYrTM7dEz9uW86fvv9G0E=; b=gSGWtd8yzpXKh8eC4BpxwrPxvCgDBTTDf6t3nqJZcp/IWFei9ikkovSAmXY7y+hqvn zBqxYKMGvlZMRpP3n73MfBKqJzoF1G4HeGob9FQKkDlHlyXOMwAufX0i4Ip7QD8GLErK OSq+tR9UQmeYAaKSgd46u4Eege83YbKq9eMHkpM85wqDrVo/b5NUBSjA4igeu11X1tLw bz4xJWWLeQ12fQy3a6OJuV6oZP89Vg+WGZ2Oftp0XFDGYZw/Bk2N34anSEa02lx852Bl uqucAdm57JXOzaLBkfjne67uOKaKtnatuAP9XPUvn0Bs0250elj9ydvxQN6A74j0ka7S xgcQ== X-Gm-Message-State: AOJu0YwMm0wZVzKC7pMR9f10UhZ8BUYA+6KjYkQ/ChuKqfsWgj8azIEQ jJgzBrOTRUzKxMLzw4Tiaxh17ogtPqbf6F7xjqTquw== X-Google-Smtp-Source: AGHT+IFGx7ofjsTdiC53Lv94+02aFB22JxAJle8GBzhRikTETSIvJfJnhNBaafYZqLRP4dCtGZTnwKvHQMQ0tGjBnvY= X-Received: by 2002:a17:90a:4ca5:b0:26d:2b86:dbe1 with SMTP id k34-20020a17090a4ca500b0026d2b86dbe1mr820840pjh.25.1698357380535; Thu, 26 Oct 2023 14:56:20 -0700 (PDT) MIME-Version: 1.0 References: <20221103134633.446646-1-juraj.linkes@pantheon.tech> <6eb2f1e6-6e65-47cd-a557-beac603b7007@arm.com> In-Reply-To: <6eb2f1e6-6e65-47cd-a557-beac603b7007@arm.com> From: Jeremy Spewock Date: Thu, 26 Oct 2023 17:56:09 -0400 Message-ID: Subject: Re: [PATCH v1] dts: add Dockerfile To: Paul Szczepanek Cc: =?UTF-8?Q?Juraj_Linke=C5=A1?= , nd@arm.com, dev@dpdk.org Content-Type: multipart/alternative; boundary="0000000000005e6ed80608a5a4e3" X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org --0000000000005e6ed80608a5a4e3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I recently ran into issues using the above Dockerfile because of the version of poetry. I found that installing poetry with pip3 rather than apt fixed my issue with it. On Tue, Oct 17, 2023 at 9:52=E2=80=AFAM Paul Szczepanek wrote: > > On 03/11/2022 13:46, Juraj Linke=C5=A1 wrote: > > The Dockerfile defines development and CI runner images. > > > > Signed-off-by: Juraj Linke=C5=A1 > > Acked-by: Jeremy Spweock > > --- > > dts/.devcontainer/devcontainer.json | 30 ++++++++++++++++ > > dts/Dockerfile | 38 ++++++++++++++++++++ > > dts/README.md | 55 ++++++++++++++++++++++++++++= + > > 3 files changed, 123 insertions(+) > > create mode 100644 dts/.devcontainer/devcontainer.json > > create mode 100644 dts/Dockerfile > > create mode 100644 dts/README.md > [..] > > > Acked-by: Paul Szczepanek > > --0000000000005e6ed80608a5a4e3 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I recently ran into issues using the above Dockerfile because of = the version of poetry. I found that installing poetry with pip3 rather than= apt fixed my issue with it.

=
On Tue, Oct 17, 2023 at 9:52=E2=80=AF= AM Paul Szczepanek <paul.szcz= epanek@arm.com> wrote:

On 03/11/2022 13:46, Juraj Linke=C5=A1 wrote:
> The Dockerfile defines development and CI runner images.
>
> Signed-off-by: Juraj Linke=C5=A1 <juraj.linkes@pantheon.tech> > Acked-by: Jeremy Spweock <jspweock@iol.unh.edu>
> ---
>=C2=A0 =C2=A0dts/.devcontainer/devcontainer.json | 30 ++++++++++++++++<= br> >=C2=A0 =C2=A0dts/Dockerfile=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | 38 ++++++++++++++++++++
>=C2=A0 =C2=A0dts/README.md=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0| 55 +++++++++++++++++++++++++++++ >=C2=A0 =C2=A03 files changed, 123 insertions(+)
>=C2=A0 =C2=A0create mode 100644 dts/.devcontainer/devcontainer.json
>=C2=A0 =C2=A0create mode 100644 dts/Dockerfile
>=C2=A0 =C2=A0create mode 100644 dts/README.md
[..]


Acked-by: Paul Szczepanek <paul.szczepanek@arm.com>

--0000000000005e6ed80608a5a4e3--