Skip to content

Commit

Permalink
fix: Fixed typo from 'mont' to 'mount' (#1250)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaandersen authored and joshkyh committed Jan 17, 2024
1 parent 902f970 commit 8dae3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you build the docker image, you can use `docker images` to check whether it

#### Step 3. Run applications built with AutoGen from a docker image.

**Mount your code to the docker image and run your application from there:** Now suppose you have your application built with AutoGen in a main script named `twoagent.py` ([example](https://github.com/microsoft/autogen/blob/main/test/twoagent.py)) in a folder named `myapp`. With the command line below, you can mont your folder and run the application in docker.
**Mount your code to the docker image and run your application from there:** Now suppose you have your application built with AutoGen in a main script named `twoagent.py` ([example](https://github.com/microsoft/autogen/blob/main/test/twoagent.py)) in a folder named `myapp`. With the command line below, you can mount your folder and run the application in docker.

```python
# Mount the local folder `myapp` into docker image and run the script named "twoagent.py" in the docker.
Expand Down

0 comments on commit 8dae3e1

Please sign in to comment.