add missing files from previous repo

This commit is contained in:
vlebourl
2022-04-01 15:04:42 +02:00
parent 79938b9f19
commit 68350b8f3e
15 changed files with 287 additions and 0 deletions

8
.gitpod.Dockerfile vendored Normal file
View 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