motional / nuplan-devkit

The devkit of the nuPlan dataset.
https://www.nuplan.org
Other
662 stars 126 forks source link

Questions about submission #309

Closed piqiuni closed 1 year ago

piqiuni commented 1 year ago

If we first build the image via Dockerfile, and configure the environment in the container, then use "docker commit" to get a new image, can the image be used for "evalai push : --phase random-dev-1856 " ?

Our environment configuration is more complex and may not be possible with Dockerfile, but the image obtained by container with "docker commit" may not be able to set "entrypoint_submission.sh" to run as default?

Or we have to complete the environment configuration via Dockerfile to build a image with ''CMD ["/nuplan_devkit/nuplan/entrypoint_submission.sh"]' ' as default to run for submission?

And would evalai get the Dockerfile in evalai push?

Thanks!