Spaces:
Runtime error
Runtime error
fix; docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nikolaik/python-nodejs:python3.10-
|
2 |
|
3 |
RUN apt-get update \
|
4 |
&& apt-get install -y --no-install-recommends ffmpeg \
|
|
|
1 |
+
FROM nikolaik/python-nodejs:python3.10-nodejs20
|
2 |
|
3 |
RUN apt-get update \
|
4 |
&& apt-get install -y --no-install-recommends ffmpeg \
|