shiveshnavin commited on
Commit
2a82c93
·
unverified ·
1 Parent(s): 67d1943

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -16,10 +16,10 @@ docker build -t myusername/depthflow:latest -f Dockerfile.build
16
 
17
  Then
18
  ```
19
- # SSH into the container docker run -it -p 7860:7860 myusername/depthflow:latest sh
20
  # run `uvx depthflow gradio --share` to start the setup
21
  # Do all the animatiosn u will use once so models gets downloaded
22
- # then commit the container as a new image `myusername/depthflow:latest`
23
  # docker container ls
24
  # docker commit <Container id> myusername/depthflow:latest
25
  # docker push myusername/depthflow:latest
@@ -27,6 +27,7 @@ Then
27
 
28
  Then build and run the executable image
29
  ```
30
- docker build -t myusername/depthflow-run:latest -f Dockerfile
31
- docker run -p 7860:7860 -it myusername/depthflow-run:latest
32
- ```
 
 
16
 
17
  Then
18
  ```
19
+ # SSH into the container docker run -it -p 7860:7860 myusername/deepthflow:latest sh
20
  # run `uvx depthflow gradio --share` to start the setup
21
  # Do all the animatiosn u will use once so models gets downloaded
22
+ # then commit the container as a new image `myusername/deepthflow:latest`
23
  # docker container ls
24
  # docker commit <Container id> myusername/depthflow:latest
25
  # docker push myusername/depthflow:latest
 
27
 
28
  Then build and run the executable image
29
  ```
30
+ docker build -t myusername/deepthflow-run:latest -f Dockerfile
31
+ docker run -p 7860:7860 -it myusername/deepthflow-run:latest
32
+
33
+ ```