i have a question, is there any way to show the GUI without need to install the X server? i mean - if another user will downlowd mt app from github he wont be able to run the app if he doesnt have the x server installed on his own computer, right?
You could just create the python app to create it's own container, rather than running it in Go, which just adds complexity and vulnerabilities, which is the entire point of running containers.
Thanks for the video! One issue: when i want to put my libraries into a requirements.txt, i get an error creating the image in RUN pip install -r requirements.txt. The error says: Warning: retrying […] Failed to establish a new connection […] Error: could not find a version that satisfies the requirement pandas Error: no matching distribution found for pandas. Can you or someone from the Community help me pls?
protip, on windows you can just type in cmd in address bar and then it will automatically open in cmd with current directory, no need to use cd
thx
also you can shift + right click and you get access to powershell in current folder
'wsl' and 'powershell' also work. thanks
You can do the same in POSIX systems as well.
@@agmuntianu thnx!
i have a question, is there any way to show the GUI without need to install the X server? i mean - if another user will downlowd mt app from github he wont be able to run the app if he doesnt have the x server installed on his own computer, right?
You could just create the python app to create it's own container, rather than running it in Go, which just adds complexity and vulnerabilities, which is the entire point of running containers.
Awesome, does it work with the library playwright too that automate browser, can we dockerize it?
Great, but I would not do X Display.
I have been doing RDP, with sound, on all my servers with GUI.
Anyone looking for the packages:
libxrender-dev libx11-6 libxext-dev libxinerama-dev libxi-dev libxrandr-dev libxcursor-dev libxtst-dev tk-dev && rm -rf /var/lib/apt/lists/*
Thanks for an amazing video. The libs you installed would be different on Linux or Mac, no?
My man ....thanks this helped me finally
Excellent sir
thank you for this tutorial ❤
Thanks - an interesting exercise. 👍
Thanks for the video!
One issue: when i want to put my libraries into a requirements.txt, i get an error creating the image in RUN pip install -r requirements.txt. The error says: Warning: retrying […] Failed to establish a new connection […]
Error: could not find a version that satisfies the requirement pandas
Error: no matching distribution found for pandas.
Can you or someone from the Community help me pls?
Does it work with Kivy as well?
how to run the image in ubuntu
Thanks 😊
'_tkinter.TclError: couldn't connect to display "%DISPLAY%"'
Something is underexplained here.
it seems you didn't set DISPLAY variable correct. the variable should be passing the ip.
I couldn't get Xming to launch :' )
Please also make projects using Golang
x2