mirror of
https://github.com/micahqcade/custom_vesync.git
synced 2025-10-27 14:57:59 +01:00
add missing files from previous repo
This commit is contained in:
8
.gitpod.Dockerfile
vendored
Normal file
8
.gitpod.Dockerfile
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user