Closed CrisCloseTheDoor closed 1 year ago
@gianmarco-motional
The directory /data
inside the container is mounted according to docker-compose.yml
file (see here).
As mentioned in the docs, by default looking at $NUPLAN_DATA_ROOT
, $NUPLAN_MAPS_ROOT
and $NUPLAN_EXP_ROOT
. Make sure your data is at the same place of where docker compose tries to mount from.
@CrisCloseTheDoor Did this solve your problem?
@CrisCloseTheDoor Did this solve your problem?
Thanks for your reply, I've checked it but problem still exists.
I put data and maps into my directory ~/nuplan_devkit/data/sets/nuplan
Then I modified dockerfile and docker-compose.yml to change$NUPLAN_DATA_ROOT=$NUPLAN_HOME/data/sets/nuplan
, while NUPLAN_MAPS_ROOT and NUPLAN_EXP_ROOT did the same. But the same error exsits, i.e, maps/nuplan-maps-v1.0.json
and db file couldn't be found
Where should I put data in ?
The data can be anywhere you want on your filesystem, as long as you volume mount correctly. This is not really a devkit problem but more of Docker/filesystem problem. It's very hard to help as I don't have access to your system. Maybe first test with an absolute volume mount such as /tmp/data:/tmp:data
and check how that works, and slowly build up to bring env variables to check what is going on.
Hi developers:
When I'm running submission and simulation docker containers, error occurs:
submission
simulation
It seems that data is lack in containers.
my command: