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

chore: add devcontainer support to ease the setup of the dev workst… #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tinesoft
Copy link
Member

@tinesoft tinesoft commented Jun 26, 2024

…ation with python, ollama, etc

When opening the project in VSCode or IntellJ, provided User has Docker installed and the DevContainer, he will be prompted to open the project inside a Dev Container.

This will automatically:

  • Install Python 3
  • Create the Venv .source.venv and print instructions to activate it
  • (VSCode) Install the Jupyter extension and enabled Python support
  • Download and Start Ollama Server
  • Pull some LLMs ( llama2 by defaut)

@tinesoft tinesoft force-pushed the chore/dev-setup branch 3 times, most recently from 1b18c01 to 824e3ee Compare June 27, 2024 03:52
tinesoft added 2 commits June 27, 2024 09:53
…ation with `python`, `ollama`, etc

When opening the project in `VSCode` or `IntellJ`, provided user has Docker installed and the **[DevContainer(https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)]**
This will automatically:

- Install Python 3
- Create the Venv `.source.venv` and print instructions to activate it
- (VSCodde) Automatically setup the Python Interpreter from the venv
- (VSCode) Install the `Jupyter` extension and enabled `Python` support
- Download and Start `Ollama Server`
- Pull some LLMs (`llama2` by defaut)
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

Successfully merging this pull request may close these issues.

1 participant