Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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.
|
| 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
|