We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b7623 commit c28b9baCopy full SHA for c28b9ba
.gitpod.Dockerfile
@@ -0,0 +1,4 @@
1
+FROM gitpod/workspace-full
2
+
3
+RUN pyenv install 3.10 \
4
+ && pyenv global 3.10
0 commit comments