Skip to content

Commit

Permalink
Add tmp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bhvishal9 committed Jul 8, 2024
1 parent bb6ec4b commit ab3432a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ RUN groupadd -g 1001 appgroup && \

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

# Expose the port the app runs on
EXPOSE 7000
Expand Down

0 comments on commit ab3432a

Please sign in to comment.