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

sha256sum for cuda-opencl-dev-12.5.39-0.tar.bz2 in nvidia/linux-64 is incorrect in repodata.json #13402

Closed
5 of 8 tasks
ts-hayden-dennison opened this issue Jul 13, 2024 · 1 comment
Labels

Comments

@ts-hayden-dennison
Copy link

Checklist

  • I added a descriptive title.
  • I searched through existing issues and couldn't find a solution or duplicate issue.
  • I searched on the web (e.g. Google) and didn't find any helpful information.
  • I searched the Anaconda documentation and didn't find any helpful information.

Impacted product

  • A conda package (built by Anaconda)
  • Anaconda Distribution (formerly Anaconda Individual Edition)
  • Miniconda
  • Anaconda.org

What happened?

The sha256sum for the cuda-opencl-dev-12.5.39-0.tar.bz2 package in https://conda.anaconda.org/nvidia/linux-64/ is incorrect in repodata.json.

If I execute

sha256sum cuda-opencl-dev-12.5.39-0.tar.bz2

I get:
f437a0ce5c4c004b930c6146a7799be39f890ee0bd0f2d03dc9c8ce961faaaf0

However the listed sha256sum in repodata.json is:
844762b73756e6fa2383bbb73afadbd25c34bf4cf67d6bb99807420509a02052

I encountered this bug when trying to install AlphaFold via docker on my machine.

Expected behavior or outcome

the sha256sum of package nvidia/linux-64/cuda-opencl-dev-12.5.39-0.tar.bz2 should be listed as f437a0ce5c4c004b930c6146a7799be39f890ee0bd0f2d03dc9c8ce961faaaf0

Conda info

No response

Conda config

No response

Conda list

No response

Additional information

I came across this when trying to install AlphaFold (https://github.com/google-deepmind/alphafold) via docker on my machine. The included Dockerfile has the lines:

# Install conda packages.
ENV PATH="/opt/conda/bin:$PATH"
ENV LD_LIBRARY_PATH="/opt/conda/lib:$LD_LIBRARY_PATH"
RUN conda install -qy conda==24.1.2 pip python=3.11 \
    && conda install -y -c nvidia cuda=${CUDA_VERSION} \
    && conda install -y -c conda-forge openmm=8.0.0 pdbfixer \
    && conda clean --all --force-pkgs-dirs --yes

which cause the issue to occur.

@ts-hayden-dennison
Copy link
Author

It looks like as of today the sha256sum has been corrected in repodata.json so i'm closing this issue as fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant