FROM ghcr.io/fission/python-env:latest RUN pip install --no-cache-dir boto3==1.34.0 requests==2.31.0 psycopg2-binary==2.9.9 COPY server.py /app/server.py