Spaces:
Paused
Paused
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"]
|