mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
fef871161c
Initial definition of the inference stack's worker container image. Notes: - The oasst-shared package is installed as root as a workaround: it seems that python 3.10+ doesn't pick up on a .egg-link file installed on the PYTHONPATH anywhere other than at a global site-package directory. This quirk is similar to the behaviour described here https://groups.google.com/g/python-virtualenv/c/sKVq_6gG5z4. - pydantic 1.9.1 (specified by oasst-shared) is incompatible with python 3.11, and needs to be upgraded. For now, this image uses python 3.10, as specified by the .python-version file