diff --git a/Dockerfile b/Dockerfile index 3db0954..df52ee3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]