Skip to content

Commit

Permalink
corrected link
Browse files Browse the repository at this point in the history
  • Loading branch information
bubl-ai authored Feb 17, 2024
1 parent e779c6d commit 32ef26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2024-02-12-Simple-Dockerfile-for-Dev-Purposes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Here's a straightforward Dockerfile template that suits the requirements for the
- Installs basic dependencies.
- Sets up a Conda environment and installs all required libraries.
- Enables seamless GitHub authentication for source control within the container.
- Uses "pip install -e ." to install the current directory as a package, allowing users to treat their utilities within the container like any other library. This is discussed in more detail [here](https://www.raspberrypi.com/documentation/computers/remote-access.html).
- Uses "pip install -e ." to install the current directory as a package, allowing users to treat their utilities within the container like any other library. This is discussed in more detail [here](https://bubl-ai.com/posts/Repo-as-Importable-Package/).

The next Dockerfile was gotten from our [*llamaindex-project repository.*](https://github.com/bubl-ai/llamaindex-project/blob/main/docker)

Expand Down

0 comments on commit 32ef26b

Please sign in to comment.