Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -20,6 +20,8 @@ RUN pip3 install --no-cache-dir --progress-bar off --upgrade gradio
|
|
20 |
RUN pip3 install --no-cache-dir --progress-bar off --upgrade triton
|
21 |
RUN pip3 install --no-cache-dir --progress-bar off --upgrade spaces
|
22 |
|
|
|
|
|
23 |
RUN git lfs install
|
24 |
RUN git clone https://huggingface.co/nvidia/Hymba-1.5B-Instruct
|
25 |
|
|
|
20 |
RUN pip3 install --no-cache-dir --progress-bar off --upgrade triton
|
21 |
RUN pip3 install --no-cache-dir --progress-bar off --upgrade spaces
|
22 |
|
23 |
+
RUN apt install git-lfs
|
24 |
+
|
25 |
RUN git lfs install
|
26 |
RUN git clone https://huggingface.co/nvidia/Hymba-1.5B-Instruct
|
27 |
|