diff --git a/{{cookiecutter.project_slug}}/docker/{{cookiecutter.project_slug}}/Dockerfile b/{{cookiecutter.project_slug}}/docker/{{cookiecutter.project_slug}}/Dockerfile
index 9e9cb238f3302d1d16207d9300a32575d9e96bc8..f50ac747f63eb05bb97c30e1be597c020512566d 100644
--- a/{{cookiecutter.project_slug}}/docker/{{cookiecutter.project_slug}}/Dockerfile
+++ b/{{cookiecutter.project_slug}}/docker/{{cookiecutter.project_slug}}/Dockerfile
@@ -25,4 +25,4 @@ FROM build_${BUILD_ENV} AS build
 # Copy build stage files into final python slim image and install
 FROM python:3.13-slim
 COPY --from=build /work/dist /dist
-RUN python -m pip install /dist/*.whl
+RUN python -m pip install /dist/*cp313*many*$(uname -m).whl