We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c3afa commit 44e17e2Copy full SHA for 44e17e2
docs/getting-started/deploying-feast/docker-compose.md
@@ -17,7 +17,12 @@ This guide will bring Feast up using Docker Compose. This will allow you to:
17
18
## 1. Set up environment
19
20
-Clone the [Feast repository](https://github.com/gojek/feast/) and navigate to the `infra/docker-compose` sub-directory:
+Clone the latest stable version of the [Feast repository](https://github.com/gojek/feast/) and navigate to the `infra/docker-compose` sub-directory:
21
+
22
+```
23
+git clone --depth 1 --branch v0.6.2 https://github.com/feast-dev/feast.git
24
+cd feast/infra/docker-compose
25
26
27
Make a copy of the `.env.sample` file:
28
0 commit comments