Can the docker image be used without X11 server? #492
Replies: 6 comments 2 replies
-
Yes, you could modify the docker build to build without the GUI and use the
command line interface. You'll need to set the NINJA_QTGUI option to OFF in
CMake.
…On Fri, Jun 16, 2023, 12:47 sachin kn ***@***.***> wrote:
We are looking for an automated use of this service, is there a way to use
it without GUI.
—
Reply to this email directly, view it on GitHub
<#492>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4GQDJ7XKSTXHRIZO7NKVTXLSS4RANCNFSM6AAAAAAZJTQU4M>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Great, just let us know if you have questions or run into problems. Please let us know if you get something working. |
Beta Was this translation helpful? Give feedback.
-
Addition to NINJA_QTGUI option to OFFm I had to do some corrections in docker file to get this running.
|
Beta Was this translation helpful? Give feedback.
-
Okay, great. Glad you got it working. Thanks for letting us know. I suppose we could provide multiple Dockerfiles for different builds (e.g., with an without the GUI). |
Beta Was this translation helpful? Give feedback.
-
hi @sachinlionel Maybe you can simply override the entrance point when running the Docker instead of modifying the Dockerfile and having different images. Something like:
hope this helps |
Beta Was this translation helpful? Give feedback.
-
Thanks, yeah it can be done this way as well. |
Beta Was this translation helpful? Give feedback.
-
We are looking for an automated use of this service, is there a way to use it without GUI.
Beta Was this translation helpful? Give feedback.
All reactions