FROM mcr.microsoft.com/devcontainers/python:3.13

# Set the working directory
WORKDIR /workspace

# Default command
CMD ["sleep", "infinity"]