We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e09ecf commit 344a84cCopy full SHA for 344a84c
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
31
libaom-dev \
32
libdav1d-dev \
33
librav1e-dev \
34
- libsvtav1-dev \
+ libsvtav1enc-dev \
35
libzimg-dev \
36
libwebp-dev \
37
git \
@@ -213,4 +213,4 @@ gunicorn --bind 0.0.0.0:8080 \
213
chmod +x /app/run_gunicorn.sh
214
215
# Run the shell script
216
-CMD ["/app/run_gunicorn.sh"]
+CMD ["/app/run_gunicorn.sh"]
0 commit comments