Spaces:
Paused
Paused
Soham Waghmare commited on
Commit ·
8e79961
1
Parent(s): ab0ec2a
chore
Browse files- Dockerfile +13 -13
Dockerfile
CHANGED
|
@@ -21,19 +21,19 @@ RUN uv run playwright install chromium
|
|
| 21 |
USER root
|
| 22 |
RUN apt update
|
| 23 |
RUN apt install libnss3\
|
| 24 |
-
libnspr4\
|
| 25 |
-
libdbus-1-3\
|
| 26 |
-
libatk1.0-0\
|
| 27 |
-
libatk-bridge2.0-0\
|
| 28 |
-
libcups2\
|
| 29 |
-
libxcomposite1\
|
| 30 |
-
libxdamage1\
|
| 31 |
-
libxfixes3\
|
| 32 |
-
libxrandr2\
|
| 33 |
-
libgbm1\
|
| 34 |
-
libxkbcommon0\
|
| 35 |
-
libasound2\
|
| 36 |
-
libatspi2.0-0
|
| 37 |
USER user
|
| 38 |
|
| 39 |
CMD ["uv", "run", "app.py"]
|
|
|
|
| 21 |
USER root
|
| 22 |
RUN apt update
|
| 23 |
RUN apt install libnss3\
|
| 24 |
+
libnspr4\
|
| 25 |
+
libdbus-1-3\
|
| 26 |
+
libatk1.0-0\
|
| 27 |
+
libatk-bridge2.0-0\
|
| 28 |
+
libcups2\
|
| 29 |
+
libxcomposite1\
|
| 30 |
+
libxdamage1\
|
| 31 |
+
libxfixes3\
|
| 32 |
+
libxrandr2\
|
| 33 |
+
libgbm1\
|
| 34 |
+
libxkbcommon0\
|
| 35 |
+
libasound2\
|
| 36 |
+
libatspi2.0-0
|
| 37 |
USER user
|
| 38 |
|
| 39 |
CMD ["uv", "run", "app.py"]
|