This commit is contained in:
Nick
2019-11-01 13:03:16 -06:00
parent c1ddc75ab5
commit b31a8656c4
+3 -2
View File
@@ -6,7 +6,8 @@ COPY . ./
RUN pip install -r requirements.txt
RUN cd generator/ctrl
RUN ./install_ctrl_py3.sh
RUN ./download_model.sh
RUN ls
RUN sh install_ctrl_py3.sh
RUN sh download_model.sh
CMD exec guincorn --bind :%PORT --workers 1 --threads 8 app:app