Thys Meintjes
Thys Meintjes
I have the same issue on i3 arch linux. The file that gets generated is empty. ``` ❯ ls -all EC2/2021-06-20_11-59-50_screenshot.png .rw-r--r-- thys thys 0 B Sun Jun 20 11:59:50...
For X access I typically use the `-v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY` pattern So with the existing Dockerfile (in PR) ``` docker run -it -v ${pwd}/data:/data -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY pandashells...
I have no experience with miniconda or the conda ecosystem. My gut reaction is to avoid non-standard tools as they tend to lead you down the garden path. I don't...
Yes there would be no issue using conda in a container I'm sure, if that is what's required. I'm arguing that its not really necessary - as far as I...
pypi is provided and managed by the python software foundation just like python, pip is part of the standard python distribution, I don't think that depending on those tools qualifies...