Skip to content

Commit

Permalink
Use local cache dir for resource processor
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 13, 2024
1 parent 3f831d5 commit 4e30f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ RUN pip install -e .
COPY utils ./utils
ENV PYTHONUNBUFFERED=1
RUN mkdir /temp-cache/ && chmod 777 /temp-cache/
ENV RESOURCE_PROCESSOR_CACHE_DIR=/temp-cache/
ENV RESOURCE_PROCESSOR_CACHE_DIR=/temp-cache
ENTRYPOINT ["/bin/bash", "-c"]

0 comments on commit 4e30f5c

Please sign in to comment.