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

Dockerfile and accompanying documentation #970

Merged
merged 20 commits into from
Jun 20, 2023

Commits on Mar 3, 2023

  1. Dockerfile and accompanying documentation

    The Dockerfile provides some flexibility in selecting which version of HeAT should be inside
    the Docker image. Also, one can choose whether to install from source or from PyPI.
    bhagemeier authored and JuanPedroGHM committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    3664934 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dc85a8 View commit details
    Browse the repository at this point in the history
  3. Fix indentation in README.md

    Some code sections had a mix of spaces and tabs, which have now been
    convertd into tabs.
    bhagemeier authored and JuanPedroGHM committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    56211be View commit details
    Browse the repository at this point in the history
  4. Docker support

    Use pytorch 1.11
    Fix problem with CUDA package repo keys
    bhagemeier authored and JuanPedroGHM committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    aea60ec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00025f9 View commit details
    Browse the repository at this point in the history
  6. Migrate to NVidia PyTorch base image

    NVidia images come with support for HPC systems desirable for our uses.
    They work a little differently internally and required some changes.
    
    The tzdata configuration configures the CET/CEST timezone, which seems
    to be required when installing additional packages.
    
    There is an issue with pip caches in the image, which led to the final
    cache purge to fail in the PyPI release based build. This is fixed
    through a final invocation of true.
    bhagemeier authored and JuanPedroGHM committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a23ff2d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d870a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    351f9c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    64b474f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e7e0716 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    dace7c6 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. ci: docker cleanup

    JuanPedroGHM committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    072d504 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    5fbd116 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Apply suggestions from code review

    Co-authored-by: Claudia Comito <39374113+ClaudiaComito@users.noreply.github.com>
    JuanPedroGHM and ClaudiaComito authored May 8, 2023
    Configuration menu
    Copy the full SHA
    3770196 View commit details
    Browse the repository at this point in the history
  2. README suggestions

    JuanPedroGHM committed May 8, 2023
    Configuration menu
    Copy the full SHA
    97bdb42 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    d238d17 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. Configuration menu
    Copy the full SHA
    0c4d6ba View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    3d9548f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    4d73bad View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    2cd4785 View commit details
    Browse the repository at this point in the history