adding more threads

This commit is contained in:
2025-11-10 12:12:20 +01:00
parent c017384ad1
commit 254f71bf47
2 changed files with 13 additions and 5 deletions

View File

@@ -19,7 +19,7 @@ RUN <<eot
apt -qy install --no-install-recommends \
-o APT::Install-Recommends=false \
-o APT::Install-Suggests=false \
console-setup tzdata dbus x11-utils x11-xserver-utils rocm-smi mesa-vulkan-drivers
console-setup tzdata dbus x11-utils x11-xserver-utils dbus-x11 rocm-smi mesa-vulkan-drivers
apt -qy update
DEBIAN_FRONTEND=noninteractive apt -qy install --no-install-recommends \
-o APT::Install-Recommends=false \
@@ -37,6 +37,8 @@ RUN <<eot
eot
ENV DISPLAY=:99
# Not sure that this works
ENV LLAMA_THREADS=12
#########################