ionvop commited on
Commit
d75b464
·
verified ·
1 Parent(s): 62d280b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -6,9 +6,6 @@ WORKDIR /app
6
 
7
  RUN apt-get update && apt-get install -y build-essential
8
 
9
- ENV NUMBA_CACHE_DIR=/tmp/numba_cache
10
- ENV NUMBA_DISABLE_CACHING=1
11
-
12
  # Install dependencies
13
  COPY requirements.txt .
14
  RUN pip install --no-cache-dir -r requirements.txt
 
6
 
7
  RUN apt-get update && apt-get install -y build-essential
8
 
 
 
 
9
  # Install dependencies
10
  COPY requirements.txt .
11
  RUN pip install --no-cache-dir -r requirements.txt