Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
|
@@ -9,7 +9,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
|
|
| 9 |
python3.9 \
|
| 10 |
python3-pip \
|
| 11 |
git \
|
| 12 |
-
ffmpeg
|
|
|
|
|
|
|
| 13 |
libcudnn8 \
|
| 14 |
libcudnn8-dev \
|
| 15 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
|
|
|
| 9 |
python3.9 \
|
| 10 |
python3-pip \
|
| 11 |
git \
|
| 12 |
+
ffmpeg
|
| 13 |
+
|
| 14 |
+
RUN apt-get update && apt-get install --no-install-recommends -y \
|
| 15 |
libcudnn8 \
|
| 16 |
libcudnn8-dev \
|
| 17 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|