Spaces:
Running
Running
Update README.md
Browse files
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/
|
| 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/
|
| 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/
|
| 31 |
-
docker run -p 7860:7860 -it myusername/
|
| 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 |
+
```
|