znmeb / edgyR

R on the Edge: NVIDIAⓇ Jetson™ tools for R developers
https://znmeb.github.io/edgyR/
GNU Affero General Public License v3.0
6 stars 4 forks source link

login for rstudio server #1

Closed thorek1 closed 4 years ago

thorek1 commented 4 years ago

Hi,

excellent work setting up the image. I was excited to test this little thing and started up your image, last hurdle: login for rstudio server

From the code I take the username is either root or edgyr and the password is $EDGYR_PASSWORD but that didn't get me far.

Many thanks,

Thore

znmeb commented 4 years ago

The user name is edgyr. You set the password in the environment variable EDGYR_PASSWORD before running the image. The password must be at least 12 characters.

Once it comes up, browse to port 8787 on localhost inside the Jetson or to the Jetson's IP address from another machine on the LAN.

thorek1 commented 4 years ago

works. many thanks