From 535bf676bc4e87337eca545e0dc3a50610cb2f35 Mon Sep 17 00:00:00 2001 From: aptalca <541623+aptalca@users.noreply.github.com> Date: Wed, 7 Feb 2024 16:42:11 -0500 Subject: [PATCH] missed version setting --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d8c96e4..fe88abc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -191,6 +191,7 @@ RUN \ -r https://raw.githubusercontent.com/home-assistant/docker/${HASS_BASE}/requirements.txt && \ pip3 install --only-binary=:all: \ -r requirements.txt && \ + PYCUPS_VER=$(grep "pycups" requirements_all.txt | sed 's|.*==||') && \ LD_PRELOAD="/usr/local/lib/libjemalloc.so.2" \ MALLOC_CONF="background_thread:true,metadata_thp:auto,dirty_decay_ms:20000,muzzy_decay_ms:20000" \ pip3 install --only-binary=:all: \