mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
|
||
---|---|---|
.. | ||
cuda_versions.txt | ||
lambda_function.py | ||
python_versions.txt | ||
README.md |
Updating this Lambda Function
- 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
- Package this folder:
pushd docker/retag-lambda
zip retag-lambda.zip *
- Head to the AWS Management console & select the
DockerTagLatest
function. SelectUpload from
, then.zip file
and then select the zip file created in Step 2.