Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -4,7 +4,7 @@ FROM python:3.10
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
COPY requirements.txt .
|
| 7 |
-
RUN apt-get update -yqq && apt-get install -y --no-install-recommends libgl1 libsm6 libxext6 libxrender1 ffmpeg libavformat-dev libavcodec-dev libavdevice-dev libavfilter-dev libswresample-dev libswscale-dev && rm -rf /var/lib/apt/lists/*
|
| 8 |
|
| 9 |
RUN pip install --upgrade pip setuptools wheel && pip install --no-cache-dir -r requirements.txt
|
| 10 |
|
|
|
|
| 4 |
WORKDIR /app
|
| 5 |
|
| 6 |
COPY requirements.txt .
|
| 7 |
+
RUN apt-get update -yqq && apt-get install -y --no-install-recommends build-essential pkg-config libgl1 libsm6 libxext6 libxrender1 ffmpeg libavformat-dev libavcodec-dev libavdevice-dev libavfilter-dev libswresample-dev libswscale-dev && rm -rf /var/lib/apt/lists/*
|
| 8 |
|
| 9 |
RUN pip install --upgrade pip setuptools wheel && pip install --no-cache-dir -r requirements.txt
|
| 10 |
|