Hugo Rodrigues commited on
Commit
b2430fa
1 Parent(s): ac9e33e

comment HF_HUB_CACHE

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ ENV OMP_NUM_THREADS=1
17
  # the application crashes without emitting any logs due to buffering.
18
  ENV PYTHONUNBUFFERED=1
19
 
20
- ENV HF_HUB_CACHE="/hub"
21
 
22
  WORKDIR /app
23
 
 
17
  # the application crashes without emitting any logs due to buffering.
18
  ENV PYTHONUNBUFFERED=1
19
 
20
+ # ENV HF_HUB_CACHE="/hub"
21
 
22
  WORKDIR /app
23