Fix minor error on docs
This commit is contained in:
@@ -80,14 +80,14 @@ We recommend running the VM with KVM support. To check if your hosting platform
|
|||||||
egrep -c '(vmx|svm)' /proc/cpuinfo
|
egrep -c '(vmx|svm)' /proc/cpuinfo
|
||||||
```
|
```
|
||||||
on Linux. If the return value is greater than zero, the processor should be able to support KVM.
|
on Linux. If the return value is greater than zero, the processor should be able to support KVM.
|
||||||
> **Note**: macOS hosts generally do not support KVM.
|
> **Note**: macOS hosts generally do not support KVM. You are advised to use VMware if you would like to run OSWorld on macOS.
|
||||||
|
|
||||||
#### Install Docker
|
#### Install Docker
|
||||||
If your hosting platform supports a graphical user interface (GUI), you may refer to [Install Docker Desktop on Linux](https://docs.docker.com/desktop/install/linux/) or [Install Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/) based on your OS. Otherwise, you may [Install Docker Engine](https://docs.docker.com/engine/install/).
|
If your hosting platform supports a graphical user interface (GUI), you may refer to [Install Docker Desktop on Linux](https://docs.docker.com/desktop/install/linux/) or [Install Docker Desktop on Windows](https://docs.docker.com/desktop/install/windows-install/) based on your OS. Otherwise, you may [Install Docker Engine](https://docs.docker.com/engine/install/).
|
||||||
|
|
||||||
#### Running Experiments
|
#### Running Experiments
|
||||||
Add the following arguments when initializing `DesktopEnv`:
|
Add the following arguments when initializing `DesktopEnv`:
|
||||||
- `provider`: `docker`
|
- `provider_name`: `docker`
|
||||||
- `os_type`: `Ubuntu` or `Windows`, depending on the OS of the VM
|
- `os_type`: `Ubuntu` or `Windows`, depending on the OS of the VM
|
||||||
|
|
||||||
### Others
|
### Others
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ egrep -c '(vmx|svm)' /proc/cpuinfo
|
|||||||
|
|
||||||
on Linux. If the return value is greater than zero, the processor should be able to support KVM.
|
on Linux. If the return value is greater than zero, the processor should be able to support KVM.
|
||||||
|
|
||||||
> **Note**: macOS hosts generally do not support KVM.
|
> **Note**: macOS hosts generally do not support KVM. You are advised to use VMware if you would like to run OSWorld on macOS.
|
||||||
|
|
||||||
## Install Docker
|
## Install Docker
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ If your hosting platform supports graphical user interface (GUI), you may refer
|
|||||||
## Running Experiments
|
## Running Experiments
|
||||||
|
|
||||||
Add the following arguments when initializing `DesktopEnv`:
|
Add the following arguments when initializing `DesktopEnv`:
|
||||||
- `provider`: `docker`
|
- `provider_name`: `docker`
|
||||||
- `os_type`: `Ubuntu` or `Windows`, depending on the OS of the VM
|
- `os_type`: `Ubuntu` or `Windows`, depending on the OS of the VM
|
||||||
|
|
||||||
Please allow for some time to download the virtual machine snapshot on your first run.
|
Please allow for some time to download the virtual machine snapshot on your first run.
|
||||||
|
|||||||
Reference in New Issue
Block a user