Files
light-adapt-test/Dockerfile
2026-07-24 07:55:46 +08:00

7 lines
157 B
Docker

FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim
ENV PYTHONUNBUFFERED=1
WORKDIR /app
COPY . .
EXPOSE 8080
CMD ["python", "main.py"]