Skip to content
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

Update opensource.md #22

Merged
merged 2 commits into from
May 19, 2023
Merged

Update opensource.md #22

merged 2 commits into from
May 19, 2023

Conversation

FredAdiv
Copy link
Contributor

Added instructions for creating docker containers for the following projects: sanic-restful
nbt-structure-utils
penn
toml_tools
dialogy

Added instructions for creating docker containers for the following projects:
sanic-restful
nbt-structure-utils
penn
toml_tools
dialogy
```
git clone [email protected]:skit-ai/dialogy.git
cd dialogy
docker run -it --name dialogy_test -w /opt -v <working directory>\dialogy:/opt python:3.11 bash
Copy link
Owner

@szabgab szabgab Apr 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of -v <working directory>\dialogy write -v $(pwd)

And if you'd like, you can add a further example for Windows as well.

$ pip install poetry (opened a [PR](https://github.com/skit-ai/dialogy/pull/194)) for adding this command
$ poetry install
$ make test
```
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this was mostly already there, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yap

@FredAdiv
Copy link
Contributor Author

FredAdiv commented Apr 28, 2023 via email

@FredAdiv
Copy link
Contributor Author

FredAdiv commented Apr 28, 2023 via email

@szabgab szabgab merged commit c6d9fe2 into szabgab:main May 19, 2023
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 this pull request may close these issues.

2 participants