Spaces:
Sleeping
Sleeping
Cherrytest
commited on
Commit
•
bd575e4
1
Parent(s):
9942a51
fix error
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -10,6 +10,7 @@ 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 git clone -b feat/hf_space https://github.com/modelscope/facechain.git
|
14 |
WORKDIR $HOME/facechain
|
15 |
RUN pip install -r requirements.txt
|
|
|
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 |
RUN pip install -r requirements.txt
|