You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
podman version 5.2.5, Fedora release 41 (Forty One), kernel 6.11.7-300.fc41.x86_64
Question
I am trying to have the R package chromote working within a container that also include the spatial packages (I did not try to do that in a more simple container but I guess the issue would be the same).
**root@5a68e75a1731:/# snap install chromium
error: cannot communicate with server: Post "http://localhost/v2/snaps/chromium": dial unix /run/snapd.socket: connect: no such file or directory
**
I also tried installing chrome:
[XX@XX]$ podman run -ti rocker/geospatial bash
root@4d28f26b22b2:/# apt -y update
root@4d28f26b22b2:/# cd home
root@4d28f26b22b2:/home# wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
root@4d28f26b22b2:/home# apt install -y ./google-chrome-stable_current_amd64.deb
Container image name
rocker/geospatial
Container image digest
No response
What operating system related to this question?
Linux
System information
podman version 5.2.5, Fedora release 41 (Forty One), kernel 6.11.7-300.fc41.x86_64
Question
I am trying to have the R package chromote working within a container that also include the spatial packages (I did not try to do that in a more simple container but I guess the issue would be the same).
As you can see, the R package chromote does seem to install fine within rocker/geospatial, but the package does not work once loaded:
I did try to use snap but it would not install:
I also tried installing chrome:
This time I get the following error message in R:
I tried to install headless chrome but did not go very far on that path either...
Please let me know if that should be an issue for chromote instead.
The text was updated successfully, but these errors were encountered: