askuric HF Staff commited on
Commit
9fd9b27
·
1 Parent(s): 2f938f4

README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -28,3 +28,17 @@ The robot models are sourced from the `example-robot-data` package.
28
  - Gradio
29
  - example-robot-data package
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  - Gradio
29
  - example-robot-data package
30
 
31
+
32
+ ## To run the app locally
33
+
34
+ 1. Clone this repository.
35
+ 2. build the Docker image using the provided Dockerfile.
36
+ ```
37
+ docker build -t robotics-visual-lab .
38
+ ```
39
+ 3. Run the Docker container
40
+ ```
41
+ docker run -p 7860:7860 robotics-visual-lab
42
+ ```
43
+ 4. Open your web browser and navigate to `http://localhost:7860` to access the app.
44
+