|
|
@@ -82,10 +82,10 @@ docker run -it \
|
|
|
```
|
|
|
|
|
|
:::note
|
|
|
-By default, this command pulls the `latest` tag, which represents the most recent stable release of OpenDevin. You have other options as well:
|
|
|
+By default, this command pulls the `latest` tag, which represents the most recent release of OpenDevin. You have other options as well:
|
|
|
|
|
|
-- For a specific release version, use `ghcr.io/opendevin/opendevin:0.7` (replace 0.7 with the desired version number).
|
|
|
-- For the most up-to-date development version, use `ghcr.io/opendevin/opendevin:main`. Note that this version may be **(unstable!)** and is recommended for testing or development purposes only.
|
|
|
+- For a specific release version, use `ghcr.io/opendevin/opendevin:OpenDevin_version` (replace OpenDevin_version with the desired version number).
|
|
|
+- For the most up-to-date development version, use `ghcr.io/opendevin/opendevin:main`. This version may be **(unstable!)** and is recommended for testing or development purposes only.
|
|
|
|
|
|
Choose the tag that best suits your needs based on stability requirements and desired features.
|
|
|
:::
|