Skip to content

Chech file paths

Chech file paths #39

Workflow file for this run

name: test_docker
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: check
run: ls
- name: clone runtimes
run: git clone https://github.com/cloudera/ml-runtimes.git
- name: buid cml_3.9
run: |
ls
cd ml-runtimes
#docker build -t cml_3.9 -f 'pbj-workbench-python3.9-standard.Dockerfile' .