Local Testing for submission error

DockerException: Error while fetching server API version: (‘Connection aborted.’, FileNotFoundError(2, ‘No such file or directory’))

Does anybody knows this error while i run submission locally ? Although there is requirements.txt file availaible at current directory ?

Hi, what command you used to run locally?

Hi, Thanks @shivam for quick response :slight_smile:)
aicrowd-repo2docker --no-run --user-id 1001 --user-name aicrowd --image-name sample_aicrowd_image_build --debug ./

I am currently in repository directory

Thanks, command looks good, can you share full traceback in that case?
And is “docker” running on your local, I suspect that to be reason till now.

Can you tell me the command to see if the docker is running or not because i also thinks the same it could be the issue. i am using Python virtual_env enviornment …

Sure, is it linux or ubuntu?

Ideally you should be able to test it using docker ps command.
In case you want to install docker in local you can using this help article. https://docs.docker.com/install/

I am using Ubuntu and i think i will have to install docker first :slight_smile: Thanks alot for help :slight_smile:

1 Like