custom_vesync/.gitpod.Dockerfile

9 lines
198 B
Docker
Raw Normal View History

2022-04-01 15:04:42 +02:00
FROM gitpod/workspace-full:latest
USER gitpod
RUN pyenv install 3.9.7 &&\
pyenv global 3.9.7 &&\
echo "export PIP_USER=no" >> /home/gitpod/.bashrc &&\
python -m pip install virtualenv