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