Skip to content

[Bug]: Docs incorrect Dockerfile path #1530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
caudurodev opened this issue Feb 4, 2024 · 1 comment
Closed

[Bug]: Docs incorrect Dockerfile path #1530

caudurodev opened this issue Feb 4, 2024 · 1 comment
Assignees

Comments

@caudurodev
Copy link

Describe the bug

docs point to incorrect path for Dockerfile in this link https://microsoft.github.io/autogen/docs/installation/Docker

docker build -f .devcontainer/base/Dockerfile -t autogen_base_img https://github.com/microsoft/autogen.git

should be

docker build -f .devcontainer/Dockerfile -t autogen_base_img https://github.com/microsoft/autogen.git

Steps to reproduce

No response

Expected Behavior

No response

Screenshots and logs

No response

Additional Information

No response

@caudurodev caudurodev added the bug label Feb 4, 2024
@olaoluwasalami olaoluwasalami self-assigned this Feb 4, 2024
@olaoluwasalami olaoluwasalami mentioned this issue Feb 4, 2024
3 tasks
@sonichi
Copy link
Contributor

sonichi commented Feb 11, 2024

closed by #1425

@sonichi sonichi closed this as completed Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants