question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Install Instructions for Docker fail

See original GitHub issue

🐛 Bug

The Docker instructions in the INSTALL.md file do not work. The following command was ran:

nvidia-docker build -t maskrcnn-benchmark --build-arg CUDA=9.2 --build-arg CUDNN=7 docker/

The following error was received on Step 8:

Step 8/23 : RUN /miniconda/bin/conda install -y conda-build && /miniconda/bin/conda create -y --name py36 python=3.6.7 && /miniconda/bin/conda clean -ya ---> Running in 67403eddebe3

/bin/sh: 1: /miniconda/bin/conda: not found

Expected behavior

A clean Installation

Environment

Collecting environment information… PyTorch version: N/A Is debug build: N/A CUDA used to build PyTorch: N/A

OS: CentOS Linux 7 (Core) GCC version: (GCC) 4.8.5 20150623 (Red Hat 4.8.5-11) CMake version: Could not collect

Python version: 2.7 Is CUDA available: N/A CUDA runtime version: Could not collect GPU models and configuration: GPU 0: Tesla K40m Nvidia driver version: 440.64.00 cuDNN version: Could not collect

Additional context

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:20

github_iconTop GitHub Comments

7reactions
midpushgogocommented, Dec 22, 2020

在dockerfile中修改第14行即可解决问题: RUN curl -L -so /miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \

原因:原url需要http重定向才能下载,curl默认不进行重定向

1reaction
andicscommented, Aug 12, 2020

@sbkim052

Unfortunately, this repo is pretty dead - I don’t think the creators will be fixing much anytime soon… I did find a solution, however: https://ngc.nvidia.com/catalog/resources/nvidia:mask_r_cnn_for_pytorch/quickStartGuide https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Segmentation/MaskRCNN#setup

This is a distribution provided directly by NVIDIA. I managed to set it up with no problems. The source code is slightly different as it uses newer versions of PyTorch and other libraries. The architecture is the same though, so you can rest assured it is still MaskRCNN you’re using. Hope that helps!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Workarounds for common problems - Docker Documentation
Docker Desktop fails to start when anti-virus software is installed . Some anti-virus software may be incompatible with Hyper-V and Microsoft Windows 10 ......
Read more >
Docker Desktop installation failed - Stack Overflow
After spending quite some time with the same problem in Docker 4.7.1, I was able to fix this by following a solution suggested...
Read more >
How To Install Docker on Windows? A Step-by-Step Guide
Verification · With windows terminal via command prompt, · From Powershell, verify the docker version and installation · You can check the latest ......
Read more >
Couldn't not run the the docker installtion .deb file - Ask Ubuntu
I follow the instructions on Docker website to install Docker Desktop on my Ubuntu but failed. Below is what I have done:.
Read more >
Install Docker on Windows 10 and Windows 11 - 4sysops
This error occurs because your current command session (cmd or PowerShell) is still using the old environment variables. To be able to recognize ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found