ten-agent-demo / Dockerfile
wangyoucao577's picture
fix: path
ea8536b
raw
history blame
188 Bytes
FROM ghcr.io/ten-framework/ten_agent_build:0.4.17
RUN pip install -U "huggingface_hub[cli]"
COPY .env .env
COPY entrypoint.sh /entrypoint.sh
WORKDIR /app
ENTRYPOINT ["/entrypoint.sh"]