Skip to content

Commit

Permalink
fix(build): copy schemas into containers
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Apr 25, 2023
1 parent dc6bf33 commit b43cb26
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/Containerfile.cpu.buster
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ COPY onnx_web/ /onnx-web/api/onnx_web/

COPY extras.json logging.yaml params.json /onnx-web/api/

COPY schemas/ /onnx-web/api/schemas/

COPY launch.sh /onnx-web/launch.sh

ENV ONNX_WEB_BUNDLE_PATH="/onnx-web/gui"
Expand Down
2 changes: 2 additions & 0 deletions api/Containerfile.cuda.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY onnx_web/ /onnx-web/api/onnx_web/

COPY extras.json logging.yaml params.json /onnx-web/api/

COPY schemas/ /onnx-web/api/schemas/

COPY launch.sh /onnx-web/launch.sh

ENV ONNX_WEB_BUNDLE_PATH="/onnx-web/gui"
Expand Down
2 changes: 2 additions & 0 deletions api/Containerfile.directml.buster
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ COPY onnx_web/ /onnx-web/api/onnx_web/

COPY extras.json logging.yaml params.json /onnx-web/api/

COPY schemas/ /onnx-web/api/schemas/

COPY launch.sh /onnx-web/launch.sh

ENV ONNX_WEB_BUNDLE_PATH="/onnx-web/gui"
Expand Down
2 changes: 2 additions & 0 deletions api/Containerfile.rocm.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ COPY onnx_web/ /onnx-web/api/onnx_web/

COPY extras.json logging.yaml params.json /onnx-web/api/

COPY schemas/ /onnx-web/api/schemas/

COPY launch.sh /onnx-web/launch.sh

ENV ONNX_WEB_BUNDLE_PATH="/onnx-web/gui"
Expand Down

0 comments on commit b43cb26

Please sign in to comment.