Skip to content

Commit

Permalink
Removed reference to devspace and new line in bullet point.
Browse files Browse the repository at this point in the history
  • Loading branch information
DimmestP authored Apr 9, 2024
1 parent 2da5e49 commit e5d7cfc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/services/gpuservice/training/L4_template_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,6 @@ You must already have a [GitHub](https://github.com) account to follow this proc

This process allows code development to be conducted on any device/VM with access to the repo (GitHub/GitLab).

An alternative method for remote code development using the DevSpace toolkit is described is the next lesson, [Getting started with DevSpace](L5_devspace.md).

A template GitHub repo with sample code, k8s yaml files and a Docker build Github Action is available [here](https://github.com/DimmestP/template-EIDFGPU-workflow).

### Create a job that downloads and runs the latest code version at runtime
Expand Down Expand Up @@ -420,8 +418,7 @@ A template GitHub repo with sample code, k8s yaml files and a Docker build Githu
sizeLimit: 1Gi
```

1. Change the command argument in the main container to run the code once started.
Add the URL of the GitHub repo of interest to the `initContainers: command:` tag.
1. Change the command argument in the main container to run the code once started. Add the URL of the GitHub repo of interest to the `initContainers: command:` tag.

```yaml
apiVersion: batch/v1
Expand Down

0 comments on commit e5d7cfc

Please sign in to comment.