brendon-ai commited on
Commit
48d7f35
·
verified ·
1 Parent(s): 4f66019

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -17,6 +17,9 @@ RUN mkdir -p ${HF_HOME} && chmod -R 777 ${HF_HOME}
17
 
18
  # Install dependencies from requirements.txt into the virtual environment
19
  COPY requirements.txt .
 
 
 
20
  RUN pip install --no-cache-dir -r requirements.txt
21
 
22
  # Pre-download the TinyLlama model and its tokenizer during the build process.
 
17
 
18
  # Install dependencies from requirements.txt into the virtual environment
19
  COPY requirements.txt .
20
+
21
+ pip install --upgrade pip
22
+
23
  RUN pip install --no-cache-dir -r requirements.txt
24
 
25
  # Pre-download the TinyLlama model and its tokenizer during the build process.