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

Semantic segmentation : Switch back from conda to venv , pip and dependencies ? #21

Open
2 tasks
jeremyfix opened this issue Oct 26, 2022 · 0 comments
Open
2 tasks

Comments

@jeremyfix
Copy link
Owner

  • Some required libs not yet in the conda env.yml : onnxruntime-gpu , onnx
  • decide on wheter to stay on conda, switch back to pip , or consider other solutions for handling dependencies (in particulier, if we which to automate testing the code base with CI/CD)

For the semantic segmenation lab, the dependencies are installed with conda, which enforces users to install conda;

We can manage all dependencies with pip and base virtualenv with requirements.txt rather than requiring someone to install the whole conda.

Note however that conda actually provides the ability to install conda-toolkit which would allow a more contenerized delivrable than using pip.

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

No branches or pull requests

1 participant