X-lab2017/open-digger

[OSS101] Task4: Mirror Source Management Tool

Opened this issue · 0 comments

Description

When deploying OpenDigger using Docker, the installation of some dependencies relies on the usage of the Tsinghua mirror source. Refer to: open-digger/Dockerfile

Currently, specific versions are specified for installation. However, if the Tsinghua mirror source updates or discontinues services for older versions, installation will fail.

This task requires implementing an automated tool to identify whether the existing mirror source can successfully install and to promptly replace the mirror source to resolve conflicts between installation packages.

The relevant code and dataset for this task need to be provided in the repository.