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

Revert NVIDIA fix #1001

Open
casperdcl opened this issue May 11, 2022 · 4 comments
Open

Revert NVIDIA fix #1001

casperdcl opened this issue May 11, 2022 · 4 comments
Assignees
Labels
blocked Dependent on something else cml-image Subcommand technical-debt Refactoring, linting & tidying

Comments

@casperdcl
Copy link
Contributor

Revert NVIDIA/nvidia-docker#995 & NVIDIA/nvidia-docker#994 once NVIDIA/nvidia-container-toolkit#257 is resolved

@0x2b3bfa0
Copy link
Member

cml/Dockerfile

Lines 14 to 26 in 67b6a6f

# FIX NVIDIA APT GPG KEYS (https://github.com/NVIDIA/cuda-repo-management/issues/1#issuecomment-1111490201) 🤬
RUN grep nvidia <<< ${BASE_IMAGE} \
&& for list in cuda nvidia-ml; do mv /etc/apt/sources.list.d/$list.list{,.backup}; done \
&& apt-get update \
&& apt-get install --yes gpg \
&& apt-key del 7fa2af80 \
&& apt-key adv --fetch-keys http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/3bf863cc.pub \
&& apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/machine-learning/repos/ubuntu1404/x86_64/7fa2af80.pub \
&& apt-get purge --yes gpg \
&& apt-get clean \
&& rm --recursive --force /var/lib/apt/lists/* \
&& for list in cuda nvidia-ml; do mv /etc/apt/sources.list.d/$list.list{.backup,}; done \
|| true

@bmabir17-asj
Copy link

@0x2b3bfa0 my workflow started to have this issue right after #995 and #994 was pushed. Is this related to my issue?

@casperdcl
Copy link
Contributor Author

casperdcl commented Jun 7, 2022

@bmabir17-asj do you mean NVIDIA/nvidia-docker#860? Is it still an issue for you?

@bmabir17-asj
Copy link

@casperdcl my issue NVIDIA/nvidia-docker#860 was fixed temporary for a few days and now i am facing driver errors again.

@casperdcl casperdcl added the p0-critical Max priority (ASAP) label Jun 16, 2022
@casperdcl casperdcl added blocked Dependent on something else and removed p0-critical Max priority (ASAP) labels Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Dependent on something else cml-image Subcommand technical-debt Refactoring, linting & tidying
Projects
None yet
Development

No branches or pull requests

3 participants