factorstudios commited on
Commit
cc2ca49
·
verified ·
1 Parent(s): 4e7bafb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # TrendClip Video Composer Server
2
  # FastAPI server for scene selection and video composition
3
 
4
- FROM python:3.13-slim
5
 
6
  # Set working directory
7
  WORKDIR /app/composer
 
1
  # TrendClip Video Composer Server
2
  # FastAPI server for scene selection and video composition
3
 
4
+ FROM python:3.11-slim
5
 
6
  # Set working directory
7
  WORKDIR /app/composer