Minor updates
Docker Build and Release Upload / build-rocm (push) Has been cancelled

This commit is contained in:
2026-05-12 22:21:01 -07:00
parent 68156c3eae
commit f58b4fa820
2 changed files with 6 additions and 2 deletions
-1
View File
@@ -1 +0,0 @@
TheRock
+6 -1
View File
@@ -4,7 +4,11 @@ FROM ubuntu:26.04 AS reqs
ENV PIP_BREAK_SYSTEM_PACKAGES=1
ENV PYTHONUNBUFFERED=1
ENV DEBIAN_FRONTEND=noninteractive
ENV MAX_JOBS=10
# My sad server with 96 Gbytes of ram keeps running out of ram ;(
# I would love to use the whole 80 core CPU ;(
ENV MAX_JOBS=5
# Install libraries
RUN apt update -y && \
apt upgrade -y && \
@@ -26,6 +30,7 @@ RUN apt update -y && \
flex \
cmake \
build-essential \
libsimde-dev \
zlib1g-dev \
libncurses5-dev \
libopenblas-dev \