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

Docker refactoring #522

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Docker refactoring #522

wants to merge 4 commits into from

Conversation

Mec-iS
Copy link
Contributor

@Mec-iS Mec-iS commented Oct 16, 2020

This PR implement Poetry for Docker and get rid of requirements.txt. This will avoid dependencies conflicts from now on thanks to the lock file.

I am not 100% sure the Dockerfile is done correctly, please try docker-compose up --build locally and provide suggestions about how to make this working/safer/more stable.

@chrizandr
Copy link
Member

chrizandr commented Oct 18, 2020

Maybe this example could help: https://gitmemory.com/issue/sdispater/poetry/366/488720509

- "3.7"
- "3.7-dev" # 3.7 development branch
install:
- pip install -r requirements.txt --no-cache
- pip install poetry
Copy link
Contributor

Choose a reason for hiding this comment

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

From the poetry docs, the recommended method to install poetry is not to use pip rather their own script

@king-11
Copy link
Contributor

king-11 commented Jan 14, 2021

@Mec-iS I can work on this if you aren't

Base automatically changed from develop to master February 11, 2021 14:20
@Mec-iS Mec-iS changed the base branch from master to develop May 24, 2021 14:05
@Mec-iS
Copy link
Contributor Author

Mec-iS commented May 24, 2021

@Mec-iS I can work on this if you aren't

sorry for the late reply. You don't need to ask for permission. You can just follow the Github Flow and open a PR.

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.

None yet

3 participants