tabs
This commit is contained in:
parent
0cd2023204
commit
c897f5e238
4
.github/workflows/default.yml
vendored
4
.github/workflows/default.yml
vendored
@ -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
|
||||
|
4
.github/workflows/slim.yml
vendored
4
.github/workflows/slim.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user