Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create .devcontainer #72

Open
khiron opened this issue Dec 12, 2023 · 2 comments
Open

Create .devcontainer #72

khiron opened this issue Dec 12, 2023 · 2 comments
Assignees

Comments

@khiron
Copy link
Contributor

khiron commented Dec 12, 2023

The .devcontainer provides an isolated docker container management within VS code

It will have to be able to pass through .ssh authentication from the host OS to the container so a user can check code into their fork of the repo from within the container without having to reauthorize.

@khiron
Copy link
Contributor Author

khiron commented Dec 12, 2023

The container will install a fresh build of;

  • python 3.10
  • zsh
  • ohmyzsh

additionally to update the pip database and pip install -r /requirements.txt

@GavinHuttley please feel free to add items to this list as required

  • Create a python virtual environment c3org and activate it

@khiron khiron self-assigned this Dec 12, 2023
khiron added a commit to khiron/cogent3.github.io that referenced this issue Dec 12, 2023
@GavinHuttley
Copy link
Contributor

make it py 3.11

GavinHuttley added a commit that referenced this issue Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants