Spaces:
Sleeping
Sleeping
rogerxavier
commited on
Commit
•
9b41047
1
Parent(s):
c55e2a5
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
-
which imagemagick
|
5 |
#ENV FFMPEG_BINARY=$(which imagemagick)
|
6 |
|
7 |
|
|
|
1 |
FROM python:3.9
|
2 |
|
3 |
RUN apt update && apt install -y imagemagick libgl1-mesa-glx
|
4 |
+
CMD which imagemagick
|
5 |
#ENV FFMPEG_BINARY=$(which imagemagick)
|
6 |
|
7 |
|