SohomToom commited on
Commit
f5a1a98
·
verified ·
1 Parent(s): 132ccac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -9,11 +9,12 @@ RUN apt-get update && apt-get install -y \
9
  ENV PYTHONPYCACHEPREFIX=/tmp/pycache
10
  ENV LIBROSA_CACHE_DIR=/tmp/librosa_cache
11
 
 
 
 
12
  # Set working directory
13
  WORKDIR /app
14
 
15
- # Prevent Numba/librosa caching errors
16
- ENV NUMBA_DISABLE_CACHE=1
17
 
18
  # Copy and install Python dependencies
19
  COPY requirements.txt .
 
9
  ENV PYTHONPYCACHEPREFIX=/tmp/pycache
10
  ENV LIBROSA_CACHE_DIR=/tmp/librosa_cache
11
 
12
+ # Prevent Numba/librosa caching errors
13
+ ENV NUMBA_DISABLE_CACHE=1
14
+
15
  # Set working directory
16
  WORKDIR /app
17
 
 
 
18
 
19
  # Copy and install Python dependencies
20
  COPY requirements.txt .