DaChro / ogh_summer_school_2020

Material for the session "Introduction to Deep Learning in R for the analysis of UAV-based remote sensing data"
20 stars 18 forks source link

Issue: Running Docker image, multiple errors #2

Open patupar opened 2 years ago

patupar commented 2 years ago

Having issues setting up the container in Docker Hub following the methodology presented in your Tutorial Notebook.

After having executed docker run -d -p 8788:8787 dachro/oghss:latest, the engine runs, however multiple errors occur and when opening and logging into localhost:8788/_n_ an Rstudio Initialisation error is presented.

How could these issues be resolved? Thanks in advance.

Screenshot 2022-02-07 at 22 36 51 Screenshot 2022-02-07 at 23 52 10

System being used: MacBook Pro M1 2020 running macOS 12.0.1

DaChro commented 2 years ago

Hi patupar, the error message you are getting seems to be an Rstudio error message, so it indicates the service is running. The log output you are getting can be ignored (it is a known issue, I get the same output but the service is running and can be accessed through localhost:8788/). Why are you using _n_?