Hammad712 commited on
Commit
ce28aa1
·
verified ·
1 Parent(s): 01c5335

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,9 +1,9 @@
1
- FROM python:3.10-slim
 
2
 
3
  WORKDIR /app
4
 
5
  # Install system dependencies
6
- # Switched libgl1-mesa-glx -> libgl1
7
  RUN apt-get update && apt-get install -y \
8
  ffmpeg \
9
  libgl1 \
 
1
+ # Changed from 3.10 to 3.11 to support networkx 3.5
2
+ FROM python:3.11-slim
3
 
4
  WORKDIR /app
5
 
6
  # Install system dependencies
 
7
  RUN apt-get update && apt-get install -y \
8
  ffmpeg \
9
  libgl1 \