Skip to content

Use uv base image and run Streamlit - #7

Open
nvdomidi wants to merge 2 commits into
mainfrom
codex/refactor-dockerfile-for-optimizations
Open

Use uv base image and run Streamlit#7
nvdomidi wants to merge 2 commits into
mainfrom
codex/refactor-dockerfile-for-optimizations

Conversation

@nvdomidi

Copy link
Copy Markdown
Owner

Summary

  • simplify Dockerfile using the ghcr.io/astral-sh/uv image
  • install Python dependencies with uv sync --frozen --no-dev
  • run the app with uv run streamlit run st.py
  • expose Streamlit's port for easier access
  • document features, configuration, and container usage in the README
  • add GitHub Actions workflow to build and push the Docker image to Docker Hub

Testing

  • python -m py_compile st.py styles.py core/*.py

https://chatgpt.com/codex/tasks/task_e_68c6271b86b08323a278972b1c138f48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant