You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am facing the following issue when running the docker image on the system of my colleague, while on my system everything is running fine. We are both running the docker image with the latest docker desktop version using our Cuda-capable GPUS.
_NVIDIA Release 21.11 (build 29224839)
PyTorch Version 1.11.0a0+b6df043
Container image Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2014-2021 Facebook Inc.
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
Copyright (c) 2011-2013 NYU (Clement Farabet)
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)
Copyright (c) 2015 Google Inc.
Copyright (c) 2015 Yangqing Jia
Copyright (c) 2013-2016 The Caffe contributors
All rights reserved.
NVIDIA Deep Learning Profiler (dlprof) Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.
NOTE: MOFED driver for multi-node communication was not detected.
Multi-node communication performance may be reduced.
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/pkg_resources/init.py", line 2744, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'http'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/bin/nndet_predict", line 33, in
sys.exit(load_entry_point('nndet', 'console_scripts', 'nndet_predict')())
File "/opt/conda/bin/nndet_predict", line 25, in importlib_load_entry_point_
Does anybody have a clue what could be causing it?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered:
Could you check the CUDA versions in your both systems? If you say that you have the same installations in the systems, maybe the CUDA version in your colleague's system is a different one and may be causing issues. Otherwise I would suggest trying to reinstall the container. This looks to me as an issue from the container installation
Hi,
I am facing the following issue when running the docker image on the system of my colleague, while on my system everything is running fine. We are both running the docker image with the latest docker desktop version using our Cuda-capable GPUS.
_NVIDIA Release 21.11 (build 29224839)
PyTorch Version 1.11.0a0+b6df043
Container image Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Copyright (c) 2014-2021 Facebook Inc.
Copyright (c) 2011-2014 Idiap Research Institute (Ronan Collobert)
Copyright (c) 2012-2014 Deepmind Technologies (Koray Kavukcuoglu)
Copyright (c) 2011-2012 NEC Laboratories America (Koray Kavukcuoglu)
Copyright (c) 2011-2013 NYU (Clement Farabet)
Copyright (c) 2006-2010 NEC Laboratories America (Ronan Collobert, Leon Bottou, Iain Melvin, Jason Weston)
Copyright (c) 2006 Idiap Research Institute (Samy Bengio)
Copyright (c) 2001-2004 Idiap Research Institute (Ronan Collobert, Samy Bengio, Johnny Mariethoz)
Copyright (c) 2015 Google Inc.
Copyright (c) 2015 Yangqing Jia
Copyright (c) 2013-2016 The Caffe contributors
All rights reserved.
NVIDIA Deep Learning Profiler (dlprof) Copyright (c) 2021, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
Various files include modifications (c) NVIDIA CORPORATION & AFFILIATES. All rights reserved.
This container image and its contents are governed by the NVIDIA Deep Learning Container License.
By pulling and using the container, you accept the terms and conditions of this license:
https://developer.nvidia.com/ngc/nvidia-deep-learning-container-license
NOTE: MOFED driver for multi-node communication was not detected.
Multi-node communication performance may be reduced.
Traceback (most recent call last):
File "/opt/conda/lib/python3.8/site-packages/pkg_resources/init.py", line 2744, in requires
deps.extend(dm[safe_extra(ext)])
KeyError: 'http'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/conda/bin/nndet_predict", line 33, in
sys.exit(load_entry_point('nndet', 'console_scripts', 'nndet_predict')())
File "/opt/conda/bin/nndet_predict", line 25, in importlib_load_entry_point_
Does anybody have a clue what could be causing it?
Thanks a lot in advance!
The text was updated successfully, but these errors were encountered: