Lothar Hoffmann
Lothar Hoffmann
@kieeps - Maybe I can be of help... :) I got the NVIDIA-Toolkit running on my server, so I can use some AI-Stuff. Maybe you checkout the docs for that...
@tarunx - Maybe try out using KasmVNC - they have a SteamContainer so it might be possible...
@alpha754293 - I don't know if you have tried this, but I found that passing through a singular GPU sometimes has it's drawbacks that in docker can't really work with...
Try running this: `docker run -it --rm --cap-add=NET_ADMIN \ -p 1194:1194/udp -p :8080/tcp \ -e HOST_ADDR=$(curl -s https://api.ipify.org) \ --name dockovpn alekslitvinenk/openvpn`
> Probably it has to do with the firewall enabled by default on your system. If you use Ubuntu, try disabling it by running: ufw disable > […](#) > On...
@kroese - Err... I beg to differ... :) Imma thinking about using this container as a retro-gaming-thingy... As soon as I get audio to run... I'm actually thinking about getting...
@avoiceofreason - Possible that you can go via RDP, but the whole purpose of my excercise is to NOT use VNC or RDP, but to get it running inside a...
You have to do the requests manually, than they support the custom fields. This client is a :hankey: -show when it comes to custom fields... Do it manually or you...
@SeoFuchs - Thanks for your reply, but I'm using the client within a laravel-project, so all external dependencies (like this client) are handled by composer. Every change I do in...
@SeoFuchs - "But you could either integrate the package in your project to keep changes save or extend the ObjectSerializer class ;-)" -> nice! And whenever Pipedrives updates it's API...