From 70274cfae0018842391e7ce430946df2a90d2749 Mon Sep 17 00:00:00 2001 From: fiatrete Date: Mon, 12 Jun 2023 18:35:52 +0800 Subject: [PATCH] use prebuild docker image --- agent_jarvis/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/agent_jarvis/README.md b/agent_jarvis/README.md index 060ecd0..364e644 100644 --- a/agent_jarvis/README.md +++ b/agent_jarvis/README.md @@ -17,9 +17,9 @@ Follow the code below: ```bash # Assuming your current workding directory is ${project_root}, i.e., the directory containing this README.md file. -# Build our docker image. +# Pull the docker image # NOTE: You may need root privilege, if your docker daemon only allows root. -bash build_docker.sh +docker pull fiatrete/jarvis # Create our workspace and enter mkdir -p docker/jarvis @@ -40,7 +40,7 @@ vim jarvis/.env docker run --name jarvis --rm \ -p 10000:10000 \ -v `pwd`/jarvis/.env:/root/.env \ - jarvis:latest + fiatrete/jarvis:latest ``` @@ -168,7 +168,7 @@ If your issue is not listed above or you have any questions. **Feel free to open 3. In your app detail page, navigate to `Settings -> User authentication settings -> Edit`. 4. Select `Read and write` in `App permissions` table. 5. Navigate to `Keys and Tokens` tab. -6. Create a `API Key and Secret(Consumer Keys)` and a `Access Token and Secret`. +6. Create an `API Key and Secret(Consumer Keys)` and an `Access Token and Secret`. **NOTE: You must select `Read and write` first, then create keys. If the keys were created first, you will have to recreate the keys again.**