Skip to content

Commit c28b9ba

Browse files
committed
add gitpod dockerfile
1 parent 13b7623 commit c28b9ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitpod.Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM gitpod/workspace-full
2+
3+
RUN pyenv install 3.10 \
4+
&& pyenv global 3.10

0 commit comments

Comments
 (0)