hugging2021 commited on
Commit
f43d623
·
verified ·
1 Parent(s): b4b3459

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR /app
14
  COPY . /app
15
 
16
  # Step 5: Install Python dependencies
17
- RUN pip install --no-cache-dir -r requirements.txt
18
 
19
  # Step 6: Run makefile to build LLMinator
20
  RUN make
 
14
  COPY . /app
15
 
16
  # Step 5: Install Python dependencies
17
+ RUN pip install --no-cache-dir -r requirements.txt --force-reinstall
18
 
19
  # Step 6: Run makefile to build LLMinator
20
  RUN make