ZEMUSHKA / coursera-aml-docker

Docker container with Jupyter Environment for Coursera "Advanced Machine Learning" specialization.
https://www.coursera.org/specializations/aml
22 stars 115 forks source link

Starting localhost:8080 puts me in an empty repository #8

Open terrok9 opened 4 years ago

terrok9 commented 4 years ago

Greetings

I am in a Windows 10 Professional PC using docker.

When I try to mount the image, run the docker and open Jupyter; I found myself in an empty repository.

I am taking the course of NPL too, that course's repository works well doing the same steps.

What can I do to expand the workaround of the bug? Maybe a Docker diagnose will share more information.

terrok9 commented 4 years ago

Update

I changed the port several times of the command (It was because the problem might be generated due to an inconsistent following port in docker that my PC is using into another instance):

docker run -it -p 127.0.0.1:8080:8080 --name coursera-aml-1 zimovnov/coursera-aml-docker

Used the following only for testing, after verifying that they aren't used for another thing: 127.0.0.1:80:80 8080:8080 1458:1458 1458:8080

None of those configurations worked. Still an empty redirected notebook.