fix: added deps for the reaslense

main
Artem-Darius Weber 2 months ago
parent 257bdc4ad6
commit e4e9993803

@ -4,6 +4,10 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
RUN apt-get update && \
apt-get install -y libgl1 && \
rm -rf /var/lib/apt/lists/*
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt
COPY . . COPY . .

Loading…
Cancel
Save