Skip to content
Snippets Groups Projects
Commit 66122a3b authored by Ahmed Ilyas's avatar Ahmed Ilyas
Browse files

Change cache dir to tmp

parent 2efb7598
No related branches found
No related tags found
No related merge requests found
Pipeline #228359 passed
...@@ -99,11 +99,10 @@ COPY --chown=nomad:1000 scripts/run.sh . ...@@ -99,11 +99,10 @@ COPY --chown=nomad:1000 scripts/run.sh .
COPY --chown=nomad:1000 scripts/run-worker.sh . COPY --chown=nomad:1000 scripts/run-worker.sh .
RUN mkdir -p /app/.volumes/fs \ RUN mkdir -p /app/.volumes/fs \
&& mkdir -p /tmp/numba_cache \
&& chown -R nomad:1000 /app \ && chown -R nomad:1000 /app \
&& chown -R nomad:1000 /opt/venv && chown -R nomad:1000 /opt/venv
ENV NUMBA_CACHE_DIR="/tmp/numba_cache" ENV NUMBA_CACHE_DIR="/tmp"
USER nomad USER nomad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment