Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
938161c
1
Parent(s):
9571f2e
need to install system dependencies through the Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|
5 |
|
6 |
RUN apt update
|
7 |
|
8 |
-
RUN apt --yes install ffmpeg
|
9 |
|
10 |
# Set up a new user named "user" with user ID 1000
|
11 |
RUN useradd -o -u 1000 user
|
|
|
5 |
|
6 |
RUN apt update
|
7 |
|
8 |
+
RUN apt --yes install ffmpeg libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
|
9 |
|
10 |
# Set up a new user named "user" with user ID 1000
|
11 |
RUN useradd -o -u 1000 user
|