Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docker build and Update documentation #685

Merged
merged 1 commit into from
Jan 23, 2023

Conversation

KleinYuan
Copy link
Contributor

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.
  1. 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.

@L1aoXingyu L1aoXingyu merged commit 39887a1 into JDAI-CV:master Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants