Skip to content

mullzhang/app-streamlit-fastapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-streamlit-fastapi

Build

Build by the following command.

docker-compose up --build

Access http://localhost:8080 on your browser.

When building the backend server only,

docker image build ./backend -t demo-streamlit-fastapi/backend:latest
docker run -d --rm -p 80:80 -e APP_MODULE=server:app --name backend demo-streamlit-fastapi/backend:latest

and then you can submit the test problem as below.

python tests/test_demo_streamlit_fastapi.py

References

Releases

No releases published

Packages

No packages published