Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|