2
0

.gitpod.dockerfile 122 B

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