donnot set port manually
Browse files- Dockerfile +0 -2
- ltf_e2e.py +1 -1
- pixi.lock +0 -0
Dockerfile
CHANGED
|
@@ -66,6 +66,4 @@ ENV PATH="/app/.pixi/bin:$PATH"
|
|
| 66 |
|
| 67 |
RUN pixi install -v
|
| 68 |
|
| 69 |
-
RUN ./.pixi/envs/default/bin/python download_pre_datas.py
|
| 70 |
-
|
| 71 |
CMD ["./.pixi/envs/default/bin/python", "ltf_e2e.py", "output=/app/app_output"]
|
|
|
|
| 66 |
|
| 67 |
RUN pixi install -v
|
| 68 |
|
|
|
|
|
|
|
| 69 |
CMD ["./.pixi/envs/default/bin/python", "ltf_e2e.py", "output=/app/app_output"]
|
ltf_e2e.py
CHANGED
|
@@ -12,7 +12,7 @@ from hugsim_client import HugsimClient
|
|
| 12 |
CONFIG_PATH = "navsim/planning/script/config/HUGSIM"
|
| 13 |
CONFIG_NAME = "transfuser"
|
| 14 |
|
| 15 |
-
hugsim_client = HugsimClient(
|
| 16 |
hugsim_client.reset_env()
|
| 17 |
|
| 18 |
def get_opts():
|
|
|
|
| 12 |
CONFIG_PATH = "navsim/planning/script/config/HUGSIM"
|
| 13 |
CONFIG_NAME = "transfuser"
|
| 14 |
|
| 15 |
+
hugsim_client = HugsimClient()
|
| 16 |
hugsim_client.reset_env()
|
| 17 |
|
| 18 |
def get_opts():
|
pixi.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|