Skip to content

Commit

Permalink
fight with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Dec 21, 2023
1 parent d54c9b2 commit 20a7ade
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- "main"
- "fix-docker" # will remove this when the PR passes

jobs:
build-axolotl:
Expand Down Expand Up @@ -52,9 +51,8 @@ jobs:
with:
context: .
load: true
# BASE_TAG=${{ github.ref_name }}-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}
build-args: |
BASE_TAG=main-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}
BASE_TAG=${{ github.ref_name }}-base-py${{ matrix.python_version }}-cu${{ matrix.cuda }}-${{ matrix.pytorch }}
CUDA=${{ matrix.cuda }}
PYTORCH_VERSION=${{ matrix.pytorch }}
file: ./docker/Dockerfile
Expand Down

0 comments on commit 20a7ade

Please sign in to comment.