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