File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1717 - pytorch_version : " 2.10.0"
1818 cuda_version : " 13.0"
1919 steps :
20+ # Free disk space
2021 - name : Free disk space
2122 run : |
2223 sudo rm -rf /usr/share/dotnet
2526 sudo rm -rf /usr/local/.ghcup
2627 df -h
2728
29+ # Check out the repository
30+ - name : Checkout code
31+ uses : actions/checkout@v6
32+ with :
33+ lfs : true
34+
35+ # Build and push Docker image
2836 - name : Login to GitHub Container Registry
2937 uses : docker/login-action@v3
3038 with :
4755 PYTORCH_VERSION=${{ matrix.pytorch_version }}
4856 CUDA_VERSION=${{ matrix.cuda_version }}
4957 push : ${{ github.ref == 'refs/heads/main' }}
50- tags : |
51- roboreg:cuda-${{ matrix.cuda_version }}
52- ghcr.io/lbr-stack/roboreg:cuda-${{ matrix.cuda_version }}
58+ tags : ghcr.io/lbr-stack/roboreg:cuda-${{ matrix.cuda_version }}
You can’t perform that action at this time.
0 commit comments