DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.79k stars 1.42k forks source link

No address associated with hostname error while trying to run container #50

Open MikhailLukashevich opened 5 years ago

MikhailLukashevich commented 5 years ago

I try to start container by running command nvidia-docker run --rm -it --ipc=host -p 8888:8888 deep-image-prior and it throws the following error. Any idea about it ???

[I 18:44:33.866 NotebookApp] [nb_conda_kernels] enabled, 0 kernels found
[I 18:44:33.876 NotebookApp] Writing notebook server cookie secret to /root/.local/share/jupyter/runtime/notebook_cookie_secret
Traceback (most recent call last):
  File "/opt/miniconda/lib/python3.7/site-packages/traitlets/traitlets.py", line 528, in get
    value = obj._trait_values[self.name]
KeyError: 'allow_remote_access'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 864, in _default_allow_remote
    addr = ipaddress.ip_address(self.ip)
  File "/opt/miniconda/lib/python3.7/ipaddress.py", line 54, in ip_address
    address)
ValueError: '' does not appear to be an IPv4 or IPv6 address

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/miniconda/bin/jupyter-notebook", line 11, in 
    sys.exit(main())
  File "/opt/miniconda/lib/python3.7/site-packages/jupyter_core/application.py", line 266, in launch_instance
    return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
  File "/opt/miniconda/lib/python3.7/site-packages/traitlets/config/application.py", line 657, in launch_instance
    app.initialize(argv)
  File "", line 2, in initialize
  File "/opt/miniconda/lib/python3.7/site-packages/traitlets/config/application.py", line 87, in catch_config_error
    return method(app, *args, **kwargs)
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 1628, in initialize
    self.init_webapp()
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 1378, in init_webapp
    self.jinja_environment_options,
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 159, in __init__
    default_url, settings_overrides, jinja_env_options)
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 252, in init_settings
    allow_remote_access=jupyter_app.allow_remote_access,
  File "/opt/miniconda/lib/python3.7/site-packages/traitlets/traitlets.py", line 556, in __get__
    return self.get(obj, cls)
  File "/opt/miniconda/lib/python3.7/site-packages/traitlets/traitlets.py", line 535, in get
    value = self._validate(obj, dynamic_default())
  File "/opt/miniconda/lib/python3.7/site-packages/notebook/notebookapp.py", line 867, in _default_allow_remote
    for info in socket.getaddrinfo(self.ip, self.port, 0, socket.SOCK_STREAM):
  File "/opt/miniconda/lib/python3.7/socket.py", line 748, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -5] No address associated with hostname
Edwardmark commented 5 years ago

@DmitryUlyanov @MikhailLukashevich I met the same error, any clue?

H3llK33p3r commented 5 years ago

+1

cesarandreslopez commented 5 years ago

+1

vaadhoo commented 5 years ago

+1

zigit commented 5 years ago

nvidia-docker run --rm -it --ipc=host -p 8888:8888 deep-image-prior jupyter notebook --ip="0.0.0.0" --no-browser --allow-root

H3llK33p3r commented 5 years ago

@zigit Thank you :) !

TDteach commented 5 years ago

+1

mehraveh2016 commented 3 years ago

I used nvidia-docker run --rm -it --ipc=host -p 8888:8888 deep-image-prior jupyter notebook --ip="0.0.0.0" --no-browser --allow-root but gives me and error :

File "", line 1 nvidia-docker run --rm -it --ipc=host -p 8888:8888 deep-image-prior jupyter notebook --ip="0.0.0.0" --no-browser --allow-root ^ SyntaxError: invalid syntax

can anybody help me please ?