j
force create ./cache directory
27ef1b5
raw
history blame
178 Bytes
FROM teamjn/reaspeech-hf:latest
WORKDIR /app
USER root
RUN mkdir /.cache
RUN chown -R 1000:1000 .
RUN chown -R 1000:1000 /.cache
USER 1000:1000
ENV ENVIRONMENT = hf
EXPOSE 9000