Spaces:
Build error
Build error
yucheng-yu
commited on
Commit
•
0822c48
1
Parent(s):
1094fa1
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -13,7 +13,6 @@ RUN echo 'cloning facechain:hf_space_fact'
|
|
13 |
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 |
-
|
17 |
-
ENV LD_PRELOAD $LD_PRELOAD:/lib/x86_64-linux-gnu/libjemalloc.so
|
18 |
ENV PYTHONPATH=.
|
19 |
CMD ["python", "app.py"]
|
|
|
13 |
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 |
+
|
|
|
17 |
ENV PYTHONPATH=.
|
18 |
CMD ["python", "app.py"]
|