Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,11 @@
|
|
5 |
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
6 |
|
7 |
#RUN python -m pip install --upgrade pip
|
8 |
-
python -m pip install --upgrade pip
|
9 |
|
10 |
#pip install --upgrade pip
|
11 |
-
RUN pip install --no-cache-dir -r requirements.txt
|
12 |
-
RUN pip install --use-feature=in-tree-build tokenizers
|
13 |
|
14 |
#!pip install PyPDF2
|
15 |
#!pip install sentencepiece
|
|
|
5 |
#RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
6 |
|
7 |
#RUN python -m pip install --upgrade pip
|
8 |
+
#python -m pip install --upgrade pip
|
9 |
|
10 |
#pip install --upgrade pip
|
11 |
+
#RUN pip install --no-cache-dir -r requirements.txt
|
12 |
+
#RUN pip install --use-feature=in-tree-build tokenizers
|
13 |
|
14 |
#!pip install PyPDF2
|
15 |
#!pip install sentencepiece
|