Skip to content

Commit

Permalink
fix: update Dockerfile (#640)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Commit 498f92b changed the location of
the `tfs/Dockerfile`. This PR adjusts sources to changes.

**Requirements**

- [ ] added unit tests and e2e tests (if applicable).

**Issue Fixed**:
<!-- If this PR fixes GitHub issue 4321, add "Fixes #4321" to the next
line. -->

**Notes for Reviewers**:

Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Oct 18, 2024
1 parent 58894ba commit 7a9468c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presets/test/falcon-benchmark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Ensure your `accelerate` configuration aligns with the values provided during be
- If you haven't already, you can use the Azure CLI or the Azure Portal to create and configure a GPU node pool in your AKS cluster.
<!-- markdown-link-check-disable -->
2. Building and Pushing the Docker Image:
- First, you need to build a Docker image from the provided [Dockerfile](https://github.com/Azure/kaito/blob/main/docker/presets/inference/tfs/Dockerfile) and push it to a container registry accessible by your AKS cluster
- First, you need to build a Docker image from the provided [Dockerfile](https://github.com/Azure/kaito/blob/main/docker/presets/models/tfs/Dockerfile) and push it to a container registry accessible by your AKS cluster
<!-- markdown-link-check-enable -->
- Example:
```
Expand Down

0 comments on commit 7a9468c

Please sign in to comment.