Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
|
@@ -2,9 +2,6 @@ FROM python:3.10-slim
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
| 5 |
-
# Install git
|
| 6 |
-
RUN apk add --no-cache git
|
| 7 |
-
|
| 8 |
# Install system dependencies (git for cloning, ffmpeg for audio)
|
| 9 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 10 |
git \
|
|
|
|
| 2 |
|
| 3 |
WORKDIR /app
|
| 4 |
|
|
|
|
|
|
|
|
|
|
| 5 |
# Install system dependencies (git for cloning, ffmpeg for audio)
|
| 6 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 7 |
git \
|