Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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
|