Skip to content

Commit

Permalink
docs: Add docs for using podman on RHEL or Fedora machines (feast-d…
Browse files Browse the repository at this point in the history
…ev#4192)

add docs for using podman on rhel or fedora

Signed-off-by: Tommy Hughes <tohughes@redhat.com>
  • Loading branch information
tchughesiv authored May 10, 2024
1 parent 48712a5 commit 48a081e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/project/development-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ Note that this means if you are midway through working through a PR and rebase,
Setting up your development environment for Feast Python SDK / CLI:
1. Ensure that you have Docker installed in your environment. Docker is used to provision service dependencies during testing, and build images for feature servers and other components.
- Please note that we use [Docker with BuiltKit](https://docs.docker.com/develop/develop-images/build_enhancements/).
- _Alternatively_ - To use [podman](https://podman.io/) on a Fedora or RHEL machine, follow this [guide](https://github.com/feast-dev/feast/issues/4190)
2. Ensure that you have `make` and Python (3.9 or above) installed.
3. _Recommended:_ Create a virtual environment to isolate development dependencies to be installed
```sh
Expand Down

0 comments on commit 48a081e

Please sign in to comment.