SohomToom commited on
Commit
330737a
·
verified ·
1 Parent(s): ff75987

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -19,6 +19,8 @@ RUN apt-get update && \
19
  # Set working directory
20
  WORKDIR /app
21
 
 
 
22
  # Copy project files
23
  COPY . /app
24
 
 
19
  # Set working directory
20
  WORKDIR /app
21
 
22
+ ENV NUMBA_DISABLE_CACHE=1
23
+
24
  # Copy project files
25
  COPY . /app
26