From c897f5e2380cb8f9ef912d71e3894cc6ebfde1d9 Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Wed, 30 Sep 2020 21:50:14 -0600 Subject: [PATCH] tabs --- .github/workflows/default.yml | 4 ++-- .github/workflows/slim.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index fd1dc43..10843f5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -21,8 +21,8 @@ jobs: - name: Generate Dockerfile run: ./generate-Dockerfile.sh - - name: Build Image + - name: Build Image run: docker build -t gpu-jupyter .build/ # will take a while - - name: Quickstart Entrypoint Script + - name: Quickstart Entrypoint Script run: ./start-local.sh -p 8848 diff --git a/.github/workflows/slim.yml b/.github/workflows/slim.yml index ca97691..44c04ee 100644 --- a/.github/workflows/slim.yml +++ b/.github/workflows/slim.yml @@ -21,8 +21,8 @@ jobs: - name: Generate Dockerfile run: ./generate-Dockerfile.sh --slim - - name: Build Image + - name: Build Image run: docker build -t gpu-jupyter .build/ # will take a while - - name: Quickstart Entrypoint Script + - name: Quickstart Entrypoint Script run: ./start-local.sh -p 8848