grst / rstudio-server-conda

Run Rstudio Server in a conda environment
MIT License
231 stars 48 forks source link

error when trying to enter singularity started rstudio-server #20

Closed TTTPOB closed 2 years ago

TTTPOB commented 2 years ago

step to reproduce

  1. clone this repo
  2. run PORT=11231 PASSWORD=112233 ./run_singularity.sh
  3. go to http://localhost:11231
  4. enter username and password

result

image

expected result

enter the rstudio

more information

I can enter docker started pure rocker/rstudio I've tested this repo on my own arch installation and a centos 7 server, same result

tried rocker/rstudio:3.6.3 problem exists

TTTPOB commented 2 years ago

( sorry, the problem cease to exist for no reason(

EasyPiPi commented 1 year ago

Hi TTTPOB, I'm wondering how you get the problem fixed? I spent two days playing with this repo, and now I can get things to work with the docker version.

However, when I tried the Singularity version, the login page of rstudio server keeps prompting me incorrect username or password. Therefore, I have to make --auth-none=1 to skip the authentication. It would be great if you can share with me your solution.