yucheng-yu commited on
Commit
80f613f
·
verified ·
1 Parent(s): d60cdf8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -13,6 +13,8 @@ RUN echo 'cloning facechain:hf_space_fact'
13
  RUN git clone -b feat/hf_space_fact https://github.com/modelscope/facechain.git
14
  WORKDIR $HOME/facechain
15
  RUN pip install -r requirements.txt
 
 
16
  RUN pip install modelscope -U
17
  RUN pip install datasets==2.16
18
 
 
13
  RUN git clone -b feat/hf_space_fact https://github.com/modelscope/facechain.git
14
  WORKDIR $HOME/facechain
15
  RUN pip install -r requirements.txt
16
+ RUN pip install diffusers==0.29.0
17
+ RUN pip install peft==0.11.1
18
  RUN pip install modelscope -U
19
  RUN pip install datasets==2.16
20