Răsfoiți Sursa

add docker image docs (#263)

Yufan Song 2 ani în urmă
părinte
comite
5db5acdaa3
2 a modificat fișierele cu 10 adăugiri și 0 ștergeri
  1. 5 0
      README.md
  2. 5 0
      opendevin/README.md

+ 5 - 0
README.md

@@ -26,6 +26,11 @@ First, make sure Docker is running:
 ```bash
 ```bash
 docker ps # this should exit successfully
 docker ps # this should exit successfully
 ```
 ```
+Then pull our latest image [here](https://hub.docker.com/r/opendevin/sandbox/tags)
+```bash
+docker pull opendevin/sandbox:v0.1
+```
+
 Then start the backend:
 Then start the backend:
 ```bash
 ```bash
 export OPENAI_API_KEY="..."
 export OPENAI_API_KEY="..."

+ 5 - 0
opendevin/README.md

@@ -25,6 +25,11 @@ Example screenshot:
 docker build -f opendevin/sandbox/Dockerfile -t opendevin/sandbox:v0.1 .
 docker build -f opendevin/sandbox/Dockerfile -t opendevin/sandbox:v0.1 .
 ```
 ```
 
 
+Or you can pull the latest image [here](https://hub.docker.com/r/opendevin/sandbox/tags):
+```bash
+docker pull opendevin/sandbox:v0.1
+```
+
 2. Set the `OPENAI_API_KEY`, please find more details [here](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety). Also, choose the model you want. Default is `gpt-4-0125-preview`
 2. Set the `OPENAI_API_KEY`, please find more details [here](https://help.openai.com/en/articles/5112595-best-practices-for-api-key-safety). Also, choose the model you want. Default is `gpt-4-0125-preview`
 ```bash
 ```bash
 export OPENAI_API_KEY=xxxxxxx
 export OPENAI_API_KEY=xxxxxxx