Skip to content

Commit

Permalink
copy script to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoperdomo2 committed Oct 23, 2024
1 parent cd5ff3a commit 6c9c007
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@
| tee -a "{{ artifact_extra_logs_dir }}/src/configmap_entrypoint.yaml" \
| oc apply -f-
- name: Copy fine tuning script
copy:
src: "{{ fine_tuning_job_script }}"
dest: "/app/train.py"
mode: '0400'

- name: Prepare the template file
template:
src: "{{ fine_tuning_job_template }}"
Expand Down

0 comments on commit 6c9c007

Please sign in to comment.