hey @nikhil_rayaprolu ,
I tried to clone your repo and submit. It fails to build the docker image and is throwing the following error:
[91m ERROR: Command errored out with exit status 1:
command: /opt/conda/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/mmdetection/setup.py'"'"'; __file__='"'"'/mmdetection/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info
cwd: /mmdetection/
Complete output (8 lines):
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/mmdetection/setup.py", line 171, in <module>
sources=['src/compiling_info.cpp']),
File "/mmdetection/setup.py", line 101, in make_cuda_ext
raise EnvironmentError('CUDA is required to compile MMDetection!')
OSError: CUDA is required to compile MMDetection!
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda'
----------------------------------------
e[0me[91mERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
e[0mRemoving intermediate container 33d43e41331b
The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1
Traceback (most recent call last):
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/__main__.py", line 354, in main
r2d.start()
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/app.py", line 714, in start
self.build()
File "/home/ubuntu/anaconda3/envs/aicrowd-sourcerer/lib/python3.6/site-packages/repo2docker/app.py", line 700, in build
raise docker.errors.BuildError(l["error"], build_log="")
docker.errors.BuildError: The command '/bin/sh -c pip install --no-cache-dir -e .' returned a non-zero code: 1
What is the issue?