Cherrytest commited on
Commit
54ea131
·
1 Parent(s): 990c4cf
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -10,7 +10,6 @@ ENV MODELSCOPE_CACHE=$HOME/modelscope_cache
10
  ENV GRADIO_SERVER_NAME=0.0.0.0
11
  EXPOSE 7860
12
  RUN pip install gradio
13
- RUN echo 'Cloning FaceChain:hf_space'
14
  RUN git clone -b feat/hf_space https://github.com/modelscope/facechain.git
15
  WORKDIR $HOME/facechain
16
  ENV PYTHONPATH=.
 
10
  ENV GRADIO_SERVER_NAME=0.0.0.0
11
  EXPOSE 7860
12
  RUN pip install gradio
 
13
  RUN git clone -b feat/hf_space https://github.com/modelscope/facechain.git
14
  WORKDIR $HOME/facechain
15
  ENV PYTHONPATH=.