How to make the evaluation environment run on cuda:11.3.0?

My program is based on Ubuntu20.04, cuda11.3. But I can’t make the evaluation environment exactly the same as my development environment.
I read a lot of aicrowd’s documentation, but still can’t solve my problem.

This is my development environmentfrom how-to-use-conda-environment-for-your-submission/2275

channels:
  - https://mirrors.ustc.edu.cn/anaconda/pkgs/main
  - https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
  - https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
  - defaults
dependencies:
  - _libgcc_mutex=0.1
  - _openmp_mutex=5.1
  - ca-certificates=2023.01.10
  - certifi=2022.12.7
  - ld_impl_linux-64=2.38
  - libffi=3.4.2
  - libgcc-ng=11.2.0
  - libgomp=11.2.0
  - libstdcxx-ng=11.2.0
  - ncurses=6.4
  - openssl=1.1.1t
  - pip=22.3.1
  - python=3.7.16
  - readline=8.2
  - setuptools=65.6.3
  - sqlite=3.41.1
  - tk=8.6.12
  - wheel=0.38.4
  - xz=5.2.10
  - zlib=1.2.13
  - pip:
    - addict==2.4.0
    - aicrowd-cli==0.1.15
    - aicrowd-repo2docker==0.8.0+768.ged040b5
    - chardet==5.0.0
    - charset-normalizer==2.1.1
    - click==7.1.2
    - colorama==0.4.5
    - commonmark==0.9.1
    - cycler==0.11.0
    - dcnv3==1.0
    - docker==6.0.1
    - escapism==1.0.1
    - filelock==3.9.0
    - fonttools==4.37.1
    - gitdb==4.0.10
    - gitpython==3.1.18
    - huggingface-hub==0.12.0
    - idna==3.4
    - importlib-metadata==5.1.0
    - jinja2==3.1.2
    - kiwisolver==1.4.4
    - markdown==3.4.1
    - markdown-it-py==2.1.0
    - markupsafe==2.1.2
    - matplotlib==3.5.3
    - mdurl==0.1.1
    - mmcls==0.24.1
    - mmcv-full==1.6.2
    - mmdet==2.28.1
    - mmsegmentation==0.30.0
    - model-index==0.1.11
    - numpy==1.21.6
    - opencv-python==4.6.0.66
    - openmim==0.3.6
    - ordered-set==4.1.0
    - packaging==23.0
    - pandas==1.3.5
    - pillow==9.3.0
    - prettytable==3.5.0
    - pycocotools==2.0.6
    - pygments==2.14.0
    - pyparsing==3.0.9
    - python-dateutil==2.8.2
    - python-json-logger==2.0.7
    - python-slugify==5.0.2
    - pytz==2022.6
    - pyyaml==6.0
    - pyzmq==22.1.0
    - requests==2.28.1
    - requests-toolbelt==0.10.1
    - rich==10.16.2
    - ruamel-yaml==0.17.21
    - ruamel-yaml-clib==0.2.7
    - scipy==1.7.3
    - seaborn==0.11.2
    - semver==2.13.0
    - six==1.16.0
    - smmap==5.0.0
    - tabulate==0.8.10
    - termcolor==2.1.1
    - terminaltables==3.1.10
    - text-unidecode==1.3
    - timm==0.6.11
    - toml==0.10.2
    - torch==1.11.0+cu113
    - torchvision==0.12.0+cu113
    - tqdm==4.63.1
    - traitlets==5.9.0
    - typing-extensions==4.5.0
    - urllib3==1.26.13
    - wcwidth==0.2.5
    - websocket-client==1.5.1
    - yacs==0.1.8
    - yapf==0.32.0
    - zipp==3.14.0

I really really need help, and I’m really really grateful if anyone can help me with this.:pleading_face: