diff --git a/plugins/flytekit-flyteinteractive/README.md b/plugins/flytekit-flyteinteractive/README.md index 69c92da2d6..7142475654 100644 --- a/plugins/flytekit-flyteinteractive/README.md +++ b/plugins/flytekit-flyteinteractive/README.md @@ -29,7 +29,7 @@ def train(): ``` ## User Guide -1. Build the image with Dockerfile.dev `docker build --push . -f Dockerfile.dev -t localhost:30000/flytekit:dev --build-arg PYTHON_VERSION=3.8` +1. Build the image with Dockerfile.dev `docker buildx build --push . -f Dockerfile.dev -t localhost:30000/flytekit:dev --build-arg PYTHON_VERSION=3.8` 2. Run the decorated task on the remote. For example: `pyflyte run --remote --image localhost:30000/flytekit:dev [PYTHONFILE] [WORKFLOW|TASK] [ARGS]...` 3. Once the code server is prepared, you can forward a local port to the pod. For example: `kubectl port-forward -n [NAMESPACE] [PODNAME] 8080:8080`. 4. You can access the server by opening a web browser and navigating to `localhost:8080`.