Skip to content

An example app showing how to work with Pollination Cloud artifacts

Notifications You must be signed in to change notification settings

pollination-apps/artifacts-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Download Artifact Example

Example on how to download an artifact

Quickstart

Install dependencies:

> pip install -r requirements.txt

Start Streamlit

> streamlit run app.py

  You can now view your Streamlit app in your browser.

  Network URL: http://172.17.0.2:8501
  External URL: http://152.37.119.122:8501

Make changes to your app in the app.py file inside the "app" folder.

Run inside Docker image locally (Optional)

You can run the app locally inside Docker to ensure the app will work fine after the deployment.

You need to install Docker on your machine in order to be able to run this command

> pollination-apps run app nicolas --name "Download Artifact Example"

Deploy to Pollination

> pollination-apps deploy app --name "Download Artifact Example" --public --api-token "Your api token from Pollination"

About

An example app showing how to work with Pollination Cloud artifacts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published