Skip to content

Commit a6d7b55

Browse files
Minor fix based on user feedback
1 parent 0638332 commit a6d7b55

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tutorials/ai-core-custom-llm/ai-core-custom-LLM.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Select **Security** from the navigation bar and click **New Access Token**.
9797
###Creating a Docker Image
9898

9999
Create a directory (folder) named `custom-llm`.
100-
Create a file `.dockerfile`. Paste the following snippet in the file.
100+
Create a file `Dockerfile`. Paste the following snippet in the file.
101101

102102
```dockerfile
103103
# Specify the base layers (default dependencies) to use
@@ -242,6 +242,12 @@ Use the following information for reference:
242242

243243
- **Revision:** The is the unique ID of your GitHub commit. Set this to HEAD to have it automatically refer to the latest commit.
244244

245+
**NOTE:**
246+
1. If creation of application fails, check the ollama.yaml file, and ensure that the names in lines #4, #7, #9, and #11 are unique, and haven't been used previously.
247+
2. Generate a fresh classic git token for authentication, with all necessary privileges provided during creation.
248+
3. Ensure that you have put the correct url in `YOUR_DOCKER_REGISTRY_URL` while setting up docket secret.
249+
4. Refresh the launchpad, and create a fresh application.
250+
245251
### Creating configuration
246252

247253
Go to **ML Operations** > **Configurations**. Click on the **Create** button.

0 commit comments

Comments
 (0)