rr-voice-agent / Dockerfile
aaraya's picture
Update to voiceagent v0.2.1
7c5d1c5
raw
history blame contribute delete
210 Bytes
FROM ridgerun/rrai-voice-agent
ENV TORCH_HOME=/app/.torch_cache
ENV XDG_CACHE_HOME=/app/.cache
ENV HOME=/app
USER root
RUN mkdir -p /app/.cache && chown -R 1000:1000 /app/.cache
USER 1000
CMD ["voice-agent"]