yucheng-yu commited on
Commit
d60cdf8
·
verified ·
1 Parent(s): 09e98cb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ 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
 
18
  ENV PYTHONPATH=.
19
  RUN python init.py
 
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
 
19
  ENV PYTHONPATH=.
20
  RUN python init.py