JDAI-CV / fast-reid

SOTA Re-identification Methods and Toolbox
Apache License 2.0
3.39k stars 830 forks source link

Fix docker build and Update documentation #685

Closed KleinYuan closed 1 year ago

KleinYuan commented 1 year ago

The docker build is broken with the following two errors:

  1. public key out of date
    E: The repository 'https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64  InRelease' is not signed.
  2. boostrap incompatibility
    ERROR: This script does not work on Python 3.6 The minimum supported Python version is 3.7. Please use https://bootstrap.pypa.io/pip/3.6/get-pip.py instead.
    The command '/bin/sh -c wget https://bootstrap.pypa.io/get-pip.py &&    python3 get-pip.py --user &&    rm get-pip.py' returned a non-zero code: 1

This PR is to fix the both and reference link as the comment. I also modified the INSTALL.md to link the docker folder. In many cases, docker is easier than conda as we can use different cuda versions.