Skip to content

Commit

Permalink
Add numba cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvishal9 committed Jul 8, 2024
1 parent 7768cd6 commit bb6ec4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ RUN groupadd -g 1001 appgroup && \
useradd -u 1001 -g appgroup -m appuser && \
chown -R appuser:appgroup /home/appuser

# Set the Numba cache directory environment variable
ENV NUMBA_CACHE_DIR=/home/appuser/numba_cache

# Expose the port the app runs on
EXPOSE 7000

Expand Down

0 comments on commit bb6ec4b

Please sign in to comment.