.gitpod.dockerfile 129 B

1234
  1. FROM gitpod/workspace-python-3.12
  2. ENV PYTHONUSERBASE=/workspace/.pip-modules
  3. ENV PATH=$PYTHONUSERBASE/bin:$PATH
  4. ENV PIP_USER=yes