Something went wrong on our end
Forked from
adrian_egli / neurips2020-flatland-starter-kit
183 commits behind the upstream repository.
FAQ.md 1.20 KiB
Frequently Asked Questions
A non-exhaustive list of Frequently Asked Questions for the Flatland Challenge.
How do I locally build a docker image out of my submission ?
- Install Dependencies
- docker : By following the instructions here
- aicrowd-repo2docker
pip install aicrowd-repo2docker
- Build Image
sudo aicrowd-repo2docker --no-run \
--user-id 1001 \
--user-name aicrowd \
--image-name my-random-agent \
--debug .
Debugging the packaged software environment
If you have issues with your submission because of your software environment and dependencies, you can debug them, by first building the docker image, and then getting a shell inside the image by :
# After ensuring that you have build the docker image by following the
# instructions here : https://github.com/AIcrowd/flatland-challenge-starter-kit/blob/master/FAQ.md#how-do-i-locally-build-a-docker-image-out-of-my-submission-
docker run --net=host -it my-random-agent /bin/bash
and then exploring to find the cause of the issue.
Author
Sharada Mohanty https://twitter.com/MeMohanty