yuze.zyz commited on
Commit
990c4cf
·
1 Parent(s): 05833c2

trigger building

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM registry.cn-hangzhou.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.7.1-py38-torch2.0.1-tf1.15.5-1.8.0
2
  RUN useradd -m -u 1000 user
3
  USER user
4
  ENV HOME=/home/user \
@@ -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
  ENV PYTHONPATH=.
 
1
+ FROM registry.us-west-1.aliyuncs.com/modelscope-repo/modelscope:ubuntu20.04-cuda11.7.1-py38-torch2.0.1-tf1.15.5-1.8.1
2
  RUN useradd -m -u 1000 user
3
  USER user
4
  ENV HOME=/home/user \
 
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=.