Jiajun Yao 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
..
README.md 46a9574c84 [Docker] Explain how to update tagging lambda (#24862) 2 年之前
cuda_versions.txt 5c4f033aa0 [cuda] remove 11.5 and 11.6, add 12.3 (#45785) 4 月之前
lambda_function.py 6bcce32dcb [Core] Fix aws_cluster_launcher_full (#47512) 1 月之前
python_versions.txt 8074bfd063 [CI] Remove py37 from CI (#40043) 1 年之前

README.md

Updating this Lambda Function

  1. Get Docker Retag via wget:

    pushd docker/retag-lambda
    wget -q https://github.com/joshdk/docker-retag/releases/download/0.0.2/docker-retag
    popd
    
  2. Package this folder:

    pushd docker/retag-lambda
    zip retag-lambda.zip *
    
  3. Head to the AWS Management console & select the DockerTagLatest function. Select Upload from, then .zip file and then select the zip file created in Step 2.