multimodalart HF staff commited on
Commit
55896e3
·
verified ·
1 Parent(s): 8e806e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -49,6 +49,7 @@ WORKDIR $HOME/app
49
  RUN git lfs install && \
50
  git clone https://github.com/multimodal-art-projection/YuE.git && \
51
  cd YuE && \
 
52
  pip install -r requirements.txt
53
 
54
  WORKDIR $HOME/app/YuE/inference
 
49
  RUN git lfs install && \
50
  git clone https://github.com/multimodal-art-projection/YuE.git && \
51
  cd YuE && \
52
+ git lfs pull && \
53
  pip install -r requirements.txt
54
 
55
  WORKDIR $HOME/app/YuE/inference