I’m working on Fink ( an astro-physicist-big-data project). My job is to modify Apache:Sedona code in order to manage 3D data (either geometries and algorithms).
I use a remote server’s VM based on Alpinelinux and my CPU is Ubuntu 22.04 and I’m obviously in bash.
My problem:
I can’t found the jupyter lab by using the usual http://127.0.0.1:8888/lab
after running a docker run
.
What I did:
I pulled Apache/Sedona docker:
docker pull apache/sedona
Run the command below:
docker run -e DRIVER_MEM=2g -e EXECUTOR_MEM=2g -p 8888:8888 apache/sedona:latest
knowing that original command (found in apache/sedona docker hub was designed for 8GB.
Or, when i run this and try to access to localhost: it never works.
aitorniz is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.