Skip to content

Commit

Permalink
Adjust demo notebooks path for guided notebooks PR check
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar committed Jul 26, 2024
1 parent 62ce155 commit 9f82a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/guided_notebook_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sed -i "s/head_memory=2,/head_memory=2, namespace='default',/" 0_basic_ray.ipynb
# Run notebook
poetry run papermill 0_basic_ray.ipynb 0_basic_ray_out.ipynb --log-output --execution-timeout 600
working-directory: demo-notebooks/guided-demos
working-directory: src/codeflare_sdk/demo-notebooks/guided-demos

- name: Print CodeFlare operator logs
if: always() && steps.deploy.outcome == 'success'
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
sed -i "s/head_cpus=1,/head_cpus=1, namespace='default',/" 1_cluster_job_client.ipynb
# Run notebook
poetry run papermill 1_cluster_job_client.ipynb 1_cluster_job_client_out.ipynb --log-output --execution-timeout 1200
working-directory: demo-notebooks/guided-demos
working-directory: src/codeflare_sdk/demo-notebooks/guided-demos

- name: Print CodeFlare operator logs
if: always() && steps.deploy.outcome == 'success'
Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
poetry run papermill 2_basic_interactive.ipynb 2_basic_interactive_out.ipynb --log-output --execution-timeout 1200
env:
GRPC_DNS_RESOLVER: "native"
working-directory: demo-notebooks/guided-demos
working-directory: src/codeflare_sdk/demo-notebooks/guided-demos

- name: Print CodeFlare operator logs
if: always() && steps.deploy.outcome == 'success'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ An intuitive, easy-to-use python interface for batch resource requesting, access

For guided demos and basics walkthroughs, check out the following links:

- Guided demo notebooks available [here](https://github.com/project-codeflare/codeflare-sdk/tree/main/src/demo-notebooks/guided-demos), and copies of the notebooks with [expected output](https://github.com/project-codeflare/codeflare-sdk/tree/main/src/demo-notebooks/guided-demos/notebook-ex-outputs) also available
- Guided demo notebooks available [here](https://github.com/project-codeflare/codeflare-sdk/tree/main/src/codeflare_sdk/demo-notebooks/guided-demos), and copies of the notebooks with [expected output](https://github.com/project-codeflare/codeflare-sdk/tree/main/src/codeflare_sdk/demo-notebooks/guided-demos/notebook-ex-outputs) also available
- these demos can be copied into your current working directory when using the `codeflare-sdk` by using the `codeflare_sdk.copy_demo_nbs()` function
- Additionally, we have a [video walkthrough](https://www.youtube.com/watch?v=U76iIfd9EmE) of these basic demos from June, 2023

Expand Down

0 comments on commit 9f82a8e

Please sign in to comment.