Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -27,7 +27,6 @@ WORKDIR /root/piper/src/python
|
|
27 |
COPY *.py .
|
28 |
RUN python3 download-model.py
|
29 |
RUN python3 -m piper_train.export_onnx model.ckpt ${MODELNAME}.onnx
|
30 |
-
RUN mv config.json ${MODELNAME}.onnx.json
|
31 |
RUN ls
|
32 |
RUN python3 upload-onnx.py
|
33 |
RUN sleep 1000
|
|
|
27 |
COPY *.py .
|
28 |
RUN python3 download-model.py
|
29 |
RUN python3 -m piper_train.export_onnx model.ckpt ${MODELNAME}.onnx
|
|
|
30 |
RUN ls
|
31 |
RUN python3 upload-onnx.py
|
32 |
RUN sleep 1000
|