banao-tech commited on
Commit
b13688c
Β·
verified Β·
1 Parent(s): e2579dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Base image
2
  FROM python:3.10-slim
3
 
 
4
  # Install system dependencies for OpenCV
5
  RUN apt-get update && apt-get install -y \
6
  libglib2.0-0 \
 
1
  # Base image
2
  FROM python:3.10-slim
3
 
4
+
5
  # Install system dependencies for OpenCV
6
  RUN apt-get update && apt-get install -y \
7
  libglib2.0-0 \