Skip to content

Use embedded requirements.txt to initialize work env

Marco Clemencic requested to merge use-requirements-file-for-work-env into master

I've been experimenting on a mechanism to define the list of Python packages needed in the tasks runtime environment.

For the moment it's a very rough prototype, and there are missing features

  • add way to override the requirements
  • define where the main version of the requirements.txt should be

We should also consider that we will have to migrate to conda.

See also #3 (closed)

Edited by Marco Clemencic

Merge request reports