Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
31f8aca
1
Parent(s):
7aeb2a5
try this
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -36,5 +36,6 @@ COPY --chown=user . $HOME/app
|
|
36 |
|
37 |
EXPOSE 7860
|
38 |
|
39 |
-
#
|
40 |
-
CMD [ "npm", "run", "start" ]
|
|
|
|
36 |
|
37 |
EXPOSE 7860
|
38 |
|
39 |
+
# TODO: we should use another docker image maybe
|
40 |
+
CMD [ "xvfb-run", "-s", "-ac -screen 0 1920x1080x24", "npm", "run", "start" ]
|
41 |
+
# CMD [ "npm", "run", "start" ]
|