ARG VERSION=mmcv1.6_dtk26.04_v1.0_HygonBW1101
FROM aicompute.tencentcloudcr.com/hyperdrive/hygon:${VERSION}

COPY BEVFormer /workspace/BEVFormer
COPY one_step_data.sh /workspace/BEVFormer/HyperDrive/tools/one_step_data.sh
COPY start_mmdet3d.sh /workspace/BEVFormer/tools/start_mmdet3d.sh

WORKDIR /workspace/BEVFormer
