Skip to content

NEU-CS3200/25f-docker-streamlit-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CS 3200 Intro to Docker Compose and Streamlit

This repository is a quick introduction to running Streamlit apps using Docker Compose.

How to Run

  1. Clone this repository.
  2. Start the app with Docker Compose:
    docker compose up
  3. Open your browser and visit http://localhost:8080.

Project Structure

  • app/first-streamlit.py: Example Streamlit app with lots of basic features.
  • app/requirements.txt: Python dependencies for the app.
  • app/Dockerfile: Docker config for the Streamlit container.
  • docker-compose.yaml: Orchestrates running the Streamlit app in Docker.

Requirements

Have fun learning Streamlit and Docker!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published