Export from prebuilt docker image
- NVIDIA Docker 2
Make sure the ue4-ci-helpers package is up to date
pip install --upgrade ue4-ci-helpers
pip install ue4-docker
ue4-docker export installed deepdriveio/ue4-deepdrive-deps:latest ~/UnrealInstalled
ue4 setroot ~/UnrealInstalled
Now you're ready to build and run the project. This is what you'll do any time you've pulled in the latest changes from GitHub as well.
Download maps
python Packaging/package.py --download-jamestown
Do the following the first time you export or anytime you pull latest from deepdrive-sim.
./clean_all.sh
ue4 build
ue4 run