alfranz / fastapi-pandas

A Docker image for data-centric webservices using FastAPI and Pandas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastAPI - Pandas Docker Image 🐼 🐳

Build Docker image


This Docker image contains dependencies suitable for data-centric webservices.

Docker Base Image: python:3.11-slim-buster

Python libraries:

  • requests
  • Jinja2
  • aiofiles
  • uvicorn[standard]
  • fastapi
  • pandas
  • python-multipart
  • psycopg2
  • sqlalchemy

How to use?

docker pull ghcr.io/alfranz/fastapi-pandas:latest

Versions

This image will use the latest compatible versions of all dependencies. Might add versioning later. For now enjoy at your own risk 🔥.

About

A Docker image for data-centric webservices using FastAPI and Pandas

License:MIT License


Languages

Language:Dockerfile 100.0%