Skip to content

Commit

Permalink
Merge pull request #13 from AuScalableDroneCloud/feat/gpu
Browse files Browse the repository at this point in the history
Test pipeline stages
  • Loading branch information
mattbell87 authored Dec 7, 2023
2 parents 6ed79f6 + 79aa784 commit 41b2808
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
submodules: 'recursive'

- name: update-base
run: ./update_base.sh
shell: bash
# - name: update-base
# run: ./update_base.sh
# shell: bash

- name: Add SHORT_SHA env property with commit short sha
run: echo "SHORT_SHA=`git rev-parse --short HEAD`" >> $GITHUB_ENV
Expand All @@ -58,32 +58,32 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Intermediate images used as base images
- name: Build docker-stacks-foundation image
uses: docker/build-push-action@v5
with:
build-args: |
ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04
context: ./docker-stacks-foundation
push: false
tags: docker-stacks-foundation

- name: Build base-notebook image
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=docker-stacks-foundation
context: ./base-notebook
push: false
tags: base-notebook

- name: Build minimal-notebook image
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=base-notebook
context: ./minimal-notebook
push: false
tags: minimal-notebook
# - name: Build docker-stacks-foundation image
# uses: docker/build-push-action@v5
# with:
# build-args: |
# ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04
# context: ./docker-stacks-foundation
# push: false
# tags: docker-stacks-foundation

# - name: Build base-notebook image
# uses: docker/build-push-action@v5
# with:
# build-args: |
# BASE_CONTAINER=docker-stacks-foundation
# context: ./base-notebook
# push: false
# tags: base-notebook

# - name: Build minimal-notebook image
# uses: docker/build-push-action@v5
# with:
# build-args: |
# BASE_CONTAINER=base-notebook
# context: ./minimal-notebook
# push: false
# tags: minimal-notebook

# Published pipeline images
# CPU ONLY IMAGE - based on default jupyterhub docker stacks
Expand Down

0 comments on commit 41b2808

Please sign in to comment.