# Use Python 3.10
FROM python:3.10.13

# Install Sageworks 
RUN pip install --no-cache-dir sageworks

