Skip to content

Commit

Permalink
Updates path instructions for docker UI
Browse files Browse the repository at this point in the history
We changed them and missed updating these docs.
  • Loading branch information
skrawcz committed Aug 5, 2024
1 parent d37642d commit 66efda3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/hamilton-ui/ui.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ As prerequisites, you will need to have Docker installed -- you can follow instr

.. code-block:: bash
./deployment/run.sh
./run.sh
This will:
Expand All @@ -101,13 +101,13 @@ To build the images locally, you can run the following command:
.. code-block:: bash
# from the hamilton/ui directory
./deployment/dev.sh --build
./dev.sh --build
This will build the containers from scratch. If you just want to mount the local code, you can run just

.. code-block:: bash
./deployment/dev.sh
./dev.sh
Self-Hosting
-------------
Expand Down Expand Up @@ -144,7 +144,7 @@ Add the following adapter to your code if you have existing Hamilton code:
tracker = adapters.HamiltonTracker(
project_id=PROJECT_ID_FROM_ABOVE,
username="EMAIL_YOU_PUT_IN_THE_UI",
username="USERNAME/EMAIL_YOU_PUT_IN_THE_UI",
dag_name="my_version_of_the_dag",
tags={"environment": "DEV", "team": "MY_TEAM", "version": "X"}
)
Expand Down

0 comments on commit 66efda3

Please sign in to comment.