-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
Question
您好,我在尝试提交测试docker的时候,发现失败了。除了第一个Submitted file以外,其他file都是空的,没有报错信息,无法排查docker出了什么问题,我在本地测试官方提供的命令是能正常测试的,想问问该如何排查问题呢?
docker run --name internnav-test -it --gpus all --network host \
-e "ACCEPT_EULA=Y" \
-e "PRIVACY_CONSENT=Y" \
-e "DISPLAY=${DISPLAY}" \
--entrypoint /bin/bash \
-w /root/InternNav \
-v /tmp/.X11-unix/:/tmp/.X11-unix \
-v ${PWD}/data:/root/InternNav/data \
-v ${PWD}/interiornav_data:/root/InternNav/interiornav_data \
xxx.aliyuncs.com/vlnpe/xxxvln-pe_test:v1 \
-c "challenge/start_eval_iros.sh --config scripts/eval/configs/challenge_cfg.py --split val_seen; exec /bin/bash"

Metadata
Metadata
Assignees
Labels
No labels