Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVIDIA/enroot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.4.1
Choose a base ref
...
head repository: NVIDIA/enroot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.5.0
Choose a head ref
  • 18 commits
  • 39 files changed
  • 5 contributors

Commits on Feb 22, 2023

  1. Fix install links

    3XX0 committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a648e76 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. fix response body and header colliding in basic auth token retrieval

    Signed-off-by: Jesse Butler <[email protected]>
    jlbutler authored and Jonathan Calmels committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    9bc97b1 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Fix formatting in SECURITY.md

    Signed-off-by: Felix Abecassis <[email protected]>
    flx42 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fb267cb View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Do not use input variable SLURM_NTASKS_PER_NODE in pytorch hook

    Signed-off-by: Felix Abecassis <[email protected]>
    flx42 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    479fda6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Apply ENROOT_MAX_PROCESSORS to unsquashfs (#173)

    Apply ENROOT_MAX_PROCESSORS to unsquashfs
    
    ---------
    
    Signed-off-by: Joachim Folz <[email protected]>
    jfolz authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    eb4300b View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Static link explicitly libbsd

    3XX0 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    0d85f8d View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Attempt to fix basic authentication for AWS ECR

    Resolves: #159
    3XX0 committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6425a53 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    83f55d3 View commit details
    Browse the repository at this point in the history
  2. Upgrade Musl to 1.2.5

    3XX0 committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    96468ee View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Copy /etc/localtime symlink and target instead of mounting (#184)

    With ubuntu 24.04, attempting to install the tzdata package inside an
    enroot container leads to the following error:
    ```
    mv: cannot move '/etc/localtime.dpkg-new' to '/etc/localtime': Device or resource busy
    ```
    The package's postinst script only skips setting the timezone if
    /etc/localtime already exists as a symlink. So, in order to set the
    timezone inside the container to match the host os, we must copy both
    the symlink and the symlink's target into the container rootfs.
    lukeyeager authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    f0552fb View commit details
    Browse the repository at this point in the history
  2. Fix missing libgen.h header

    3XX0 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    de71b84 View commit details
    Browse the repository at this point in the history
  3. Cleanup libbsd overlay

    3XX0 committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    10dabb3 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

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

Commits on Apr 26, 2024

  1. Add userns apparmor rule

    3XX0 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    375e05d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61e6c02 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Detect step cgroup when running under Slurm

    Fixes: #169
    3XX0 committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ccd3210 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

Commits on May 16, 2024

  1. Release 3.5.0

    3XX0 committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c7dc4a6 View commit details
    Browse the repository at this point in the history
Loading