-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
Description
Hi everyone,
We've just released v1.2.2. The main change is to Dockerfile.submission.
Please update your Dockerfile.submission file like so:

You can do this:
- manually
- rebasing to
masterbranch - If you want just the relevant changes:
git fetch && git restore --source origin/master -- Dockerfile.submission. - if you want all changes:
git fetch && git cherry-pick a581fbcab373db99a13f191f94521c75c256e080
Please rebuild your image after you've made the changes.
A minor change is fixing the error
/nuplan_devkit/nuplan/entrypoint_simulation.sh: line 12: SCENARIO_FILTER_ID: unbound variable
when running docker-compose locally.
Moreover, we've re-enabled the queue for the Warm-up phase only. We will make another announcement when the test phase is live again.