Files
light-adapt-test/Dockerfile

7 lines
157 B
Docker
Raw Permalink Normal View History

2026-07-24 07:55:46 +08:00
FROM modelhubxc-4pd.tencentcloudcr.com/xc_agent_platform/python:3.11-slim
ENV PYTHONUNBUFFERED=1
WORKDIR /app
COPY . .
EXPOSE 8080
CMD ["python", "main.py"]