uwu / basic-env

Basic development environment for Coder
12 stars 4 forks source link

Python container #3

Open CustomIcon opened 1 month ago

CustomIcon commented 1 month ago

is it possible to build python container with base image. Id love to see it happen officially

Nandini1071 commented 1 month ago

Hi @CustomIcon is this issue still open, if yes then what is the requirement would like to contribute on this.

CustomIcon commented 1 month ago

Hi @CustomIcon is this issue still open, if yes then what is the requirement would like to contribute on this.

Would love to have pyenv project image here source: https://github.com/pyenv/pyenv

its a python version manager

also in addition instead of nodejs can we have nvm? source: https://github.com/nvm-sh/nvm

different people like to have different runtime versions for different projects. would love to see it happen

Nandini1071 commented 1 month ago

Hi @CustomIcon is this issue still open, if yes then what is the requirement would like to contribute on this.

Would love to have pyenv project image here source: https://github.com/pyenv/pyenv

its a python version manager

also in addition instead of nodejs can we have nvm? source: https://github.com/nvm-sh/nvm

different people like to have different runtime versions for different projects. would love to see it happen

For the first one image which image needs to be added and in which folder and tech stack also please mention??

CustomIcon commented 1 month ago

Hi @CustomIcon is this issue still open, if yes then what is the requirement would like to contribute on this.

Would love to have pyenv project image here source: https://github.com/pyenv/pyenv

its a python version manager

also in addition instead of nodejs can we have nvm? source: https://github.com/nvm-sh/nvm

different people like to have different runtime versions for different projects. would love to see it happen

For the first one image which image needs to be added and in which folder and tech stack also please mention??

currently im just using docker env with the image vicamo/pyenv:slim-buster image

and modified startup script that adds PYENV_ROOT to the PATH as follows: image

Nandini1071 commented 1 month ago

Actually I am not familiar with docker but proficient in python so anything on which I can contribute on python side let me know would like to help on this side

CustomIcon commented 1 month ago

Actually I am not familiar with docker but proficient in python so anything on which I can contribute on python side let me know would like to help on this side

well actually, we have about 3 images that is working: ghcr.io/uwu/basic-env/dart:latest ghcr.io/uwu/basic-env/javascript:latest ghcr.io/uwu/basic-env/java:latest

so why dont we have ghcr.io/uwu/basic-env/python:latest using base image

Nandini1071 commented 1 month ago

yeah that's what not sure about images and docker but would be able to contribute on python code, let me know if you need any help on that side. @CustomIcon.