From c22dba83a62c02d274c2fa78e5564fa11390e0c1 Mon Sep 17 00:00:00 2001 From: Yaser Jaradeh Date: Mon, 13 Jan 2025 12:34:28 +0100 Subject: [PATCH] Fix typo in deb package name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 53f92706..f3c53960 100644 --- a/Dockerfile +++ b/Dockerfile @@ -193,7 +193,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins make \ curl \ git \ - python3.11-devel \ + python3.11-dev \ && rm -rf /var/lib/apt/lists/* # Copy conda with PyTorch installed