Skip to content

Commit

Permalink
Merge pull request #11 from simonwex/fix-readme
Browse files Browse the repository at this point in the history
Updating typo in README
  • Loading branch information
deanq authored Oct 8, 2024
2 parents 10b177b + f114bd2 commit 7806a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
1. Clone this repository.
2. (Optional) Add DockerHub credentials to GitHub Secrets.
3. Add your code to the `src` directory.
4. Update the `handler.py` file to load models and process requests.
4. Update the `rp_handler.py` file to load models and process requests.
5. Add any dependencies to the `requirements.txt` file.
6. Add any other build time scripts to the`builder` directory, for example, downloading models.
7. Update the `Dockerfile` to include any additional dependencies.
Expand Down

0 comments on commit 7806a83

Please sign in to comment.