We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38671e commit 39ef23cCopy full SHA for 39ef23c
Dockerfile
@@ -2,6 +2,11 @@ FROM python:3.11-slim
2
3
WORKDIR /codive-ai
4
5
+RUN apt-get update && apt-get install -y --no-install-recommends \
6
+ libgl1 \
7
+ libglib2.0-0 \
8
+ && rm -rf /var/lib/apt/lists/*
9
+
10
RUN pip install --no-cache-dir torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
11
12
COPY requirements.txt .
requirements.txt
@@ -7,6 +7,7 @@ rembg[cpu]
open-clip-torch
pillow
numpy
+opencv-python-headless
httpx
boto3
13
ultralytics
0 commit comments