Skip to content

Commit

Permalink
hotfix/correct-run-script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Sep 25, 2023
1 parent 3d9384c commit 6b16e38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serve-torchserve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.source https://github.com/scilifelabdatacentre/st
ENV MODEL_STORE=models
USER root

COPY tests/run_server.test.sh /home/model-server/run_server.sh
COPY tests/run_server.sh /home/model-server/run_server.sh

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -yq update \
Expand Down
2 changes: 1 addition & 1 deletion serve-torchserve/Dockerfile.test
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM pytorch/torchserve:latest
ENV MODEL_STORE=models
USER root

COPY tests/run_server.test.sh /home/model-server/run_server.sh
COPY run_server.test.sh /home/model-server/run_server.sh

RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -yq update \
Expand Down
File renamed without changes.

0 comments on commit 6b16e38

Please sign in to comment.