righthook75 commited on
Commit
387ab80
·
verified ·
1 Parent(s): 522babe

Upload Dockerfile with huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN apt-get update && apt-get install -y \
19
  WORKDIR /app
20
 
21
  COPY requirements.txt .
22
- RUN python -m pip install --no-cache-dir -r requirements.txt
23
 
24
  COPY . .
25
 
 
19
  WORKDIR /app
20
 
21
  COPY requirements.txt .
22
+ RUN python -m pip install --no-cache-dir --ignore-installed -r requirements.txt
23
 
24
  COPY . .
25