Spaces:
Paused
Paused
Cherrytest
commited on
Commit
·
9942a51
1
Parent(s):
54ea131
add requirements
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -12,5 +12,6 @@ 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=.
|
| 16 |
CMD ["python", "app.py"]
|
|
|
|
| 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
|
| 16 |
ENV PYTHONPATH=.
|
| 17 |
CMD ["python", "app.py"]
|