Skip to content

Commit

Permalink
Merge pull request #19 from AuScalableDroneCloud/feat/gpu
Browse files Browse the repository at this point in the history
rebase to minimal-notebook
  • Loading branch information
mattbell87 authored Dec 8, 2023
2 parents 9691b89 + 34aea2a commit e8e63ba
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,14 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

# Intermediate images used as base images
- name: Build docker-stacks-foundation image
- name: Build minimal-notebook:gpu image
uses: docker/build-push-action@v5
with:
build-args: |
ROOT_CONTAINER=nvidia/cuda:11.7.1-cudnn8-runtime-ubuntu22.04
context: ./docker-stacks-main/images/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: ./docker-stacks-main/images/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: ./docker-stacks-main/images/minimal-notebook
push: false
tags: minimal-notebook
tags: minimal-notebook:gpu

# Published pipeline images
# CPU ONLY IMAGE - based on default jupyterhub docker stacks
Expand Down Expand Up @@ -135,7 +117,7 @@ jobs:
uses: docker/build-push-action@v5
with:
build-args: |
BASE_CONTAINER=docker-stacks-foundation
BASE_CONTAINER=minimal-notebook:gpu
GPU=true
context: ./base
push: true
Expand Down

0 comments on commit e8e63ba

Please sign in to comment.