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
A clean Installation
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
hi @andics .
I have the same problem as you. Did you solve it?
@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!
@andics
Thank you for your kind reply.
Actually, I solved the problem just a minute ago.
I think the problem was that the miniconda was not installed correctly.
I fixed some Dockerfile where installing minoconda and it works fine.
Thanks once again :)
@sbkim052 could you please provide the Dockerfile? Thx
HI, @ChongjianGE
Will it be okay to send the Dockerfile by your email shown at your profile?
Hi @sbkim052 ,
Thanks for your reply.
The email shown at my profile ([email protected]) will be okay. Thanks for your help, again,
hi @andics .
I have the same problem as you. Did you solve it?
@sbkim052 could you please provide the Dockerfile? Thx
could you please provide the Dockerfile? many thanks
hi @xixiareone
where can i send you
My email is [email protected], many thanks!
------------------ 原始邮件 ------------------
发件人: "sbkim052"<[email protected]>;
发送时间: 2020年9月22日(星期二) 上午9:31
收件人: "facebookresearch/maskrcnn-benchmark"<[email protected]>;
抄送: "Gin"<[email protected]>; "Mention"<[email protected]>;
主题: Re: [facebookresearch/maskrcnn-benchmark] Install Instructions for Docker fail (#1261)
hi @xixiareone
where can i send you
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
hi @xixiareone
where can i send you
Hi, @sbkim052
I met the same issue, could you please provide the Dockerfile?
This is my email: [email protected]
many thanks!
@andics
Thank you for your kind reply.
Actually, I solved the problem just a minute ago.
I think the problem was that the miniconda was not installed correctly.
I fixed some Dockerfile where installing minoconda and it works fine.Thanks once again :)
Hi, @sbkim052
I am facing the same issue, could you send me the dockerfile at subhanjan.[email protected]
Hi, @sbkim052
I encounter the same issue, could you please send me the Dockerfile at davide.[email protected]
Many thanks,
Davide
@andics
Thank you for your kind reply.
Actually, I solved the problem just a minute ago.
I think the problem was that the miniconda was not installed correctly.
I fixed some Dockerfile where installing minoconda and it works fine.Thanks once again :)
Hi @sbkim052
I have also had the same issue. Could you please also send me a copy of the Dockerfile at [email protected] ?
Many thanks,
Kendall
在dockerfile中修改第14行即可解决问题:
RUN curl -L -so /miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
原因:原url需要http重定向才能下载,curl默认不进行重定向
Thank you very much!
On Tue, 22 Dec 2020 at 2:13 pm, wangzehao notifications@github.com wrote:
在dockerfile中修改第14行即可解决问题:
RUN curl -L -so /miniconda.sh
https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \原因:原url需要http重定向才能下载,curl默认不进行重定向
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
https://github.com/facebookresearch/maskrcnn-benchmark/issues/1261#issuecomment-749321185,
or unsubscribe
https://github.com/notifications/unsubscribe-auth/AQSGKUR7WDBA6FPCOXVMY5DSWAIVZANCNFSM4PR566YA
.
@andics
Thank you for your kind reply.
Actually, I solved the problem just a minute ago.
I think the problem was that the miniconda was not installed correctly.
I fixed some Dockerfile where installing minoconda and it works fine.Thanks once again :)
Hi @sbkim052
I have also had the same issue. Could you please also send me a copy of the Dockerfile at [email protected] ?
Many thanks,
Xiangru
Hi @sbkim052
Can you please also share your Dockerfile with me?
mixail.[email protected]
Many thanks)
@andics
Thank you for your kind reply.
Actually, I solved the problem just a minute ago.
I think the problem was that the miniconda was not installed correctly.
I fixed some Dockerfile where installing minoconda and it works fine.Thanks once again :)
I have the same issue,
Could you please share the Dockerfile here?
Hi @sbkim052
Can you please also share your Dockerfile with me?
[email protected]
Many thanks)
Most helpful comment
在dockerfile中修改第14行即可解决问题:
RUN curl -L -so /miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
原因:原url需要http重定向才能下载,curl默认不进行重定向