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 magma installation inside docker container #1447

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Fix magma installation inside docker container #1447

merged 2 commits into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. Fix magma installation inside docker container

    Not sure, what weird version of `wget` is getting installed, but 
    attempt to download https://anaconda.org/pytorch/magma-cuda121/2.6.1/download/linux-64/magma-cuda121-2.6.1-1.tar.bz2 fails with:
    ```
    --2023-07-06 03:18:38--  https://anaconda.org/pytorch/magma-cuda121/2.6.1/download/linux-64/magma-cuda121-2.6.1-1.tar.bz2
    Resolving anaconda.org (anaconda.org)... 104.17.93.24, 104.17.92.24, 2606:4700::6811:5d18, ...
    Connecting to anaconda.org (anaconda.org)|104.17.93.24|:443... connected.
    ERROR: cannot verify anaconda.org's certificate, issued by ‘/C=US/O=Let's Encrypt/CN=E1’:
      Issued certificate has expired.
    To connect to anaconda.org insecurely, use `--no-check-certificate'.
    ```
    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    d47ab58 View commit details
    Browse the repository at this point in the history
  2. And use CentOS:7

    malfet committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    5e16d9c View commit details
    Browse the repository at this point in the history