Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -26,10 +26,10 @@ RUN pip3 install --no-cache-dir --progress-bar off --upgrade spaces
|
|
26 |
|
27 |
|
28 |
|
29 |
-
RUN git lfs install
|
30 |
-
RUN git clone https://huggingface.co/nvidia/Hymba-1.5B-Instruct
|
31 |
|
32 |
-
RUN echo "Copied model from HF"
|
33 |
|
34 |
RUN dir -s
|
35 |
|
|
|
26 |
|
27 |
|
28 |
|
29 |
+
# RUN git lfs install
|
30 |
+
# RUN git clone https://huggingface.co/nvidia/Hymba-1.5B-Instruct
|
31 |
|
32 |
+
# RUN echo "Copied model from HF"
|
33 |
|
34 |
RUN dir -s
|
35 |
|