Skip to content

Action to setup proxy cache on NVIDIA Self-Hosted runners

Notifications You must be signed in to change notification settings

nv-gha-runners/setup-proxy-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

setup-proxy-cache

This composite action is intended to be used on NVIDIA Self-Hosted runners.

It will setup a proxy as a cache for different package managers.

Currently this action supports the following package managers:

  • pip
  • conda

Inputs

This action supports the following inputs

Input Type Default Description
enable-pip bool true Setup pip to use the proxy as a cache
enable-conda bool true Setup conda to use the proxy as a cache

Example

name: Use proxy cache

on:
  push:
    branches:
      - main

jobs:
  example:
    runs-on: linux-amd64-cpu4
    container:
      image: rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.10
    steps:
      - name: Setup proxy cache
        uses: nv-gha-runners/setup-proxy-cache@main
      - name: Install rapids with conda
        run: conda install rapids=24.10

About

Action to setup proxy cache on NVIDIA Self-Hosted runners

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published