Spaces:
Runtime error
Runtime error
Commit
·
21dae18
1
Parent(s):
d3d0144
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -13,7 +13,8 @@ ENV HOME=/home/user \
|
|
13 |
# Set the working directory to the user's home directory
|
14 |
WORKDIR $HOME/app
|
15 |
|
16 |
-
RUN apt-get -y update
|
|
|
17 |
|
18 |
|
19 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
|
|
13 |
# Set the working directory to the user's home directory
|
14 |
WORKDIR $HOME/app
|
15 |
|
16 |
+
RUN apt-get -y update
|
17 |
+
RUN apt-get install ffmpeg libsm6 libxext6 -y
|
18 |
|
19 |
|
20 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|