Skip to content

Commit

Permalink
build image run on self host agent
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Feb 4, 2024
1 parent e7d63a9 commit 8d7f58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
docker:
name: Docker build ${{ matrix.name }}
runs-on: ubuntu-20.04
runs-on: [self-hosted, linux, x64, gpu]
permissions:
contents: read
packages: write
Expand Down
2 changes: 1 addition & 1 deletion dockerfile/torch1.14-cuda11.8.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN cd third_party/msccl && \
-gencode=arch=compute_90,code=sm_90" && \
make install
# cache TE build to save time in CI
ENV MAX_JOBS=1
# ENV MAX_JOBS=1
RUN python3 -m pip install --upgrade pip && \
python3 -m pip install git+https://github.com/NVIDIA/TransformerEngine.git@stable

Expand Down

0 comments on commit 8d7f58f

Please sign in to comment.