rpa
This commit is contained in:
parent
e57b504e12
commit
890f017a1e
|
|
@ -3,9 +3,14 @@ modal setup
|
|||
python -m modal setup
|
||||
```
|
||||
|
||||
serve web by env in local
|
||||
```shell
|
||||
# --env dev
|
||||
modal serve --env dev cluster.rpa_web_end_point
|
||||
```
|
||||
|
||||
deploy by env
|
||||
```shell
|
||||
# --env dev
|
||||
modal deploy --env dev cluster.rpa
|
||||
#modal deploy --env dev cluster.rpa_web_end_point
|
||||
```
|
||||
|
|
@ -12,6 +12,7 @@ image = (modal.Image.debian_slim()
|
|||
"fastapi[standard]",
|
||||
"pydantic",
|
||||
"scalar-fastapi>=1.0.3",
|
||||
"loguru>=0.7.3",
|
||||
])
|
||||
.pip_install())
|
||||
app = modal.App("fastapi_rpa", image=image)
|
||||
|
|
|
|||
Loading…
Reference in New Issue