Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: szaimen/aio-local-ai
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa99482927d5a27d04e6b6b7516feec778ca4873
Choose a base ref
..
head repository: szaimen/aio-local-ai
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4f2e7a2de1d78810ffadfe63c375add73bdd1111
Choose a head ref
Showing with 7 additions and 4 deletions.
  1. +7 −4 .circleci/config.yml
11 changes: 7 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@ version: 2.1

jobs:
build-and-push:
# Define a parameter (tag-name) with a default of "v2"
parameters:
tag-name:
type: string
default: "v2"
docker:
- image: cimg/base:stable
machine:
image: ubuntu-2404:2024.08.1
resource_class: medium
environment:
DOCKER_BUILDKIT: 1
steps:
@@ -41,7 +41,10 @@ jobs:
-f Dockerfile.cuda12 \
-t "luzfcb/aio-local-ai-cuda12:<< parameters.tag-name >>" \
.
- run:
name: Show disk usage (3nd time)
command: |
df -h
# - run:
# name: Push Docker image to Docker Hub
# command: |