Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran1689 <[email protected]>
  • Loading branch information
Kiran1689 committed Dec 19, 2024
1 parent 546ec60 commit adf542b
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ To follow this guide, you'll need to have the following:
Now, we're going to create a dev container using a **devcontainer.json** configuration file also,
writing project files like `ollama_chat.py` and `requirements-dev.txt`.

By defining a `devcontainer.json` file in your project, you can specify the exact environment configuration, including the operating system, tools, and dependencies needed for development.
This ensures that every developer on your team can work in the same environment, regardless of their local machine setup.

Here is the step-by-step guide:

- **Step 1**: Create a new directory
Expand Down Expand Up @@ -299,5 +296,9 @@ This workflow ensures consistency, simplicity, and efficiency in managing Python

## References

- [Daytona Documentation](https://www.daytona.io/dotfiles/the-ultimate-guide-to-managing-python-environments)
- [Daytona Documentation](https://www.daytona.io/docs/)

- [GitHub Repository](https://github.com/Kiran1689/ollama-llm-env)

- [Ollama Official Site](https://ollama.com/)

0 comments on commit adf542b

Please sign in to comment.