omniparse-test / Dockerfile
treyhuffine's picture
Update app port
8428f18
raw
history blame contribute delete
267 Bytes
FROM savatar101/omniparse:0.1
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
RUN chmod 777 /app
RUN mkdir /.cache
RUN chmod 777 /.cache
RUN mkdir /.wdm
RUN chmod 777 /.wdm
RUN mkdir /.local
RUN chmod 777 /.local
ENV TZ=America/New_York
EXPOSE 8000