pmolchanov commited on
Commit
2bd8299
·
verified ·
1 Parent(s): 6b5a27e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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