Paperspace/fastai-docker-deprecated

Whats' the password to access notebook?

SharatSingh opened this issue · 3 comments

Whats' the password to access notebook?
dte commented

It should just use the Jupyter token that is generated i.e. in the format: http://localhost:8888/?token=c8de56fa4deed24899803e93c227592aef6538f93025fe01

How are you running the container? Where are you getting prompted for a password?

enod commented

@SharatSingh after running the image, look at the logs that's being generated by container.

For running containers - docker ps

for seeing logs from specific container - docker logs CONTAINER_ID_HERE

from there you can see the token.

@SharatSingh going to close this issue I'm assuming you have this issue fixed. If not feel free to open another.