pmolchanov commited on
Commit
cf7ebd6
·
verified ·
1 Parent(s): 69e97f9

Update Dockerfile

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