{{Your Name}} commited on
Commit
e68575e
·
1 Parent(s): 03d1853

Update README for YOLO FastAPI demo

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -4
Dockerfile CHANGED
@@ -1,9 +1,8 @@
1
- # Add a unique comment to force a rebuild
2
- # CACHE BUSTER: 2025-09-17-01
3
  FROM python:3.12-slim
4
 
5
- # Install system dependencies needed for libraries like opencv-python
6
- RUN apt-get update && apt-get install -y \
7
  libglib2.0-0 \
8
  libsm6 \
9
  libxext6 \
 
1
+ # CACHE BUSTER: 2025-09-18-01
 
2
  FROM python:3.12-slim
3
 
4
+ # Install system dependencies needed for libraries like opencv-python-headless
5
+ RUN apt-get update && apt-get install -y --no-install-recommends \
6
  libglib2.0-0 \
7
  libsm6 \
8
  libxext6 \