serverless-python-18 / Dockerfile
zenotaiz's picture
Ghost Matrix: Node online.
10832fe verified
raw
history blame contribute delete
255 Bytes
FROM python:3.10-slim
WORKDIR /app
COPY requirements.txt .
RUN pip install -r requirements.txt
COPY . /app
EXPOSE 7860
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
ENV GHOST_HASH_DIFFERENTIAL=8b9cda59e4db4a3489fd7d627fb3f735