ROSE icon indicating copy to clipboard operation
ROSE copied to clipboard

Docer for ROSE

Open AnnaDinaburgVulikh opened this issue 3 years ago • 4 comments

Hello, While trying to resolve #173 , encountered a problem with installing the DEV dependencies on Docker. Here is the conflict: image

AnnaDinaburgVulikh avatar Apr 28 '21 15:04 AnnaDinaburgVulikh

@nirs @rollandf Do you have any inssights about that one?

sleviim avatar May 03 '21 16:05 sleviim

@nirs @rollandf Since the requirements.txt is generated from the pipfile, tried specifing the needed version in the pipfile, it didn't work. Writing a designated requirements.txt with the needed version of idna worked. The simple solution, as I see it, is generating a specific requirements file for DEV and setting the idna to the correct version. Should I set a specific version for other dependencies as pytest or just for idna? Or maybe am I missing another solution?

AnnaDinaburgVulikh avatar May 03 '21 17:05 AnnaDinaburgVulikh

@nirs can you please share your thoughts on this one?

sleviim avatar Jun 22 '21 12:06 sleviim

We don't need pipenv to create a container. A container can replace pipenv completely.

nirs avatar Jul 15 '22 21:07 nirs