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