Mishmosh commited on
Commit
e08b826
·
1 Parent(s): a63d598

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,4 +1,8 @@
 
 
 
1
  pip install --upgrade pip
 
2
  # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
3
  #!pip install PyPDF2
4
  #!pip install sentencepiece
 
1
+ # Install Rust
2
+ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
3
+ #RUN python -m pip install --upgrade pip
4
  pip install --upgrade pip
5
+ RUN pip install --no-cache-dir -r requirements.txt
6
  # https://huggingface.co/spaces/Mishmosh/MichelleAssessment3
7
  #!pip install PyPDF2
8
  #!pip install sentencepiece