Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonZogk authored Oct 24, 2024
1 parent 3465822 commit 8b5b364
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,25 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: checkout cloudera cml
uses: actions/checkout@master
with:
repository: cloudera/ml-runtimes

#- name: build
# run: docker build -t cml_3.9 -f "pbj-workbench-python3.9-standard.Dockerfile" .
#- name: info
# run: docker info
- name: build
run: docker build -t cml_3.9 -f "pbj-workbench-python3.9-standard.Dockerfile" .
- name: ls in cml
run: |
ls
docker image ls
- name: ls
run: ls
- name: checkout root
uses: actions/checkout@v3

#- name: image ls
# run: docker image ls

- name: ls in root
run: |
ls
docker image ls

0 comments on commit 8b5b364

Please sign in to comment.