Spaces:
Runtime error
Runtime error
# https://huggingface.co/spaces/Mishmosh/MichelleAssessment3 | |
# Install Rust | |
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y | |
#RUN python -m pip install --upgrade pip | |
python -m pip install --upgrade pip | |
#pip install --upgrade pip | |
RUN pip install --no-cache-dir -r requirements.txt | |
RUN pip install --use-feature=in-tree-build tokenizers | |