Spaces:
Runtime error
Runtime error
yucheng-yu
commited on
Commit
•
6aa3186
1
Parent(s):
0822c48
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -15,4 +15,6 @@ WORKDIR $HOME/facechain
|
|
15 |
RUN pip install -r requirements.txt
|
16 |
|
17 |
ENV PYTHONPATH=.
|
|
|
|
|
18 |
CMD ["python", "app.py"]
|
|
|
15 |
RUN pip install -r requirements.txt
|
16 |
|
17 |
ENV PYTHONPATH=.
|
18 |
+
RUN python init.py
|
19 |
+
|
20 |
CMD ["python", "app.py"]
|