Spaces:
Running
on
T4
Running
on
T4
Borg93
commited on
Commit
·
ce29e08
1
Parent(s):
e973ae4
Update README.md
Browse files- .github/README.md +1 -1
.github/README.md
CHANGED
@@ -48,7 +48,7 @@ docker build --tag htrflow/htrflow-app .
|
|
48 |
Run container:
|
49 |
|
50 |
```
|
51 |
-
docker run -it -d --name htrflow-app -p
|
52 |
```
|
53 |
|
54 |
### Run with Docker with HF
|
|
|
48 |
Run container:
|
49 |
|
50 |
```
|
51 |
+
docker run -it -d --name htrflow-app -p 7000:7860 htrflow/htrflow-app:latest
|
52 |
```
|
53 |
|
54 |
### Run with Docker with HF
|