Merge branch 'main' into claude/migrate-to-minipaint-eYKWf
This commit is contained in:
@@ -22,6 +22,7 @@ FROM python:3.11-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
# Install system dependencies for OpenCV, rembg, SAM, and image processing
|
# Install system dependencies for OpenCV, rembg, SAM, and image processing
|
||||||
|
# execstack is needed to fix onnxruntime executable stack issue in containers
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
libgl1 \
|
libgl1 \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
@@ -31,6 +32,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libgomp1 \
|
libgomp1 \
|
||||||
wget \
|
wget \
|
||||||
git \
|
git \
|
||||||
|
execstack \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy requirements and install Python dependencies
|
# Copy requirements and install Python dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user