79352476

Date: 2025-01-13 14:20:48
Score: 2
Natty:
Report link

The final solution has been to declare an environment variable for python path within the Dockerfile:

e.g.: ENV PYTHONPATH "${PYTHONPATH}:/opt/venv/lib/python3.11/site-packages"

After this change, vscode is able to resolve all my project requirements inside the development container.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: ralvarez