Mishmosh commited on
Commit
6b3d009
·
1 Parent(s): c737346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -2,11 +2,13 @@
2
 
3
  # Install Rust
4
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
 
5
  #RUN python -m pip install --upgrade pip
6
  python -m pip install --upgrade pip
 
7
  #pip install --upgrade pip
8
  RUN pip install --no-cache-dir -r requirements.txt
9
- pip install --use-feature=in-tree-build tokenizers
10
 
11
  #!pip install PyPDF2
12
  #!pip install sentencepiece
 
2
 
3
  # Install Rust
4
  RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
5
+
6
  #RUN python -m pip install --upgrade pip
7
  python -m pip install --upgrade pip
8
+
9
  #pip install --upgrade pip
10
  RUN pip install --no-cache-dir -r requirements.txt
11
+ RUN pip install --use-feature=in-tree-build tokenizers
12
 
13
  #!pip install PyPDF2
14
  #!pip install sentencepiece