Spaces:
Runtime error
Runtime error
File size: 366 Bytes
c737346 7d0890e e08b826 6b3d009 e08b826 1b11586 6b3d009 1b11586 e08b826 6b3d009 |
1 2 3 4 5 6 7 8 9 10 11 12 |
# 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
|