Spaces:
Runtime error
Runtime error
krunakuamar
commited on
Commit
•
4eb40e9
1
Parent(s):
9bcf11d
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -17,6 +17,7 @@ RUN chmod -R 777 /.config/
|
|
17 |
RUN chmod -R 777 /.config/matplotlib
|
18 |
RUN chmod -R 777 /app
|
19 |
|
|
|
20 |
|
21 |
COPY lama_cleaner ./lama_cleaner
|
22 |
COPY ./app.py ./app.py
|
|
|
17 |
RUN chmod -R 777 /.config/matplotlib
|
18 |
RUN chmod -R 777 /app
|
19 |
|
20 |
+
RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
21 |
|
22 |
COPY lama_cleaner ./lama_cleaner
|
23 |
COPY ./app.py ./app.py
|