churchlab / UniRep

UniRep model, usage, and examples.
338 stars 96 forks source link

Can't start jupyter #29

Closed fantasybo49 closed 1 year ago

fantasybo49 commented 1 year ago

Hi, I am having a very basic question on how to run the code on windows. I installed docker and was able to build docker. However, when I typed "docker/run_cpu_docker.sh" in the command line, the link shows up as "docker run -it -p 8888:8888 -p 6006:6006 -v pwd:/notebooks unirep-cpu:latest" after pasting it into the browser, jupyter is not starting, but only a google search result literally for "docker run -it -p 8888:8888 -p 6006:6006 -v pwd:/notebooks unirep-cpu:latest". I am wondering how to start a jupyter with this environment using docker?

Thank you so much!

Bo