query regarding docker and conda? #619
-
|
Beta Was this translation helpful? Give feedback.
Answered by
ashwinvaidya17
Oct 10, 2022
Replies: 1 comment
-
@innat we use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
innat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@innat we use
devel
as it contains build tools needed forpre-commit
andtox
(and probably package publishing). It is convenient compared to manually adding the required packages and pinning their versions.The docker file uses
conda
just of convenience as it is easier to install the right python version and setup the virtual environment. Oursetup.py
is independent of any virtual environment tools. But we will have a look at poetry.