Skip to content

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.

@Mec-iS Mec-iS force-pushed the docker-refactoring branch from 45fe7c5 to 53ab0b1 Compare October 16, 2020 16:42
@chrizandr
Copy link
Member

chrizandr commented Oct 18, 2020

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

- "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.

4 participants