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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ RUN mkdir -p ${HF_HOME} && chmod -R 777 ${HF_HOME}
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
 
 
18
  # Install dependencies from requirements.txt into the virtual environment
19
  COPY requirements.txt .
20
 
21
+ RUN pip install --upgrade pip
22
 
23
  RUN pip install --no-cache-dir -r requirements.txt
24