Skip to content

Commit

Permalink
Small fix in image-rotate dockerfile.
Browse files Browse the repository at this point in the history
Signed-off-by: L Lakshmanan <[email protected]>
  • Loading branch information
Lakshman authored and Lakshman committed Jul 24, 2024
1 parent fb62463 commit 4b865c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/image-rotate/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ COPY ./benchmarks/image-rotate/python/requirements.txt ./requirements.txt
RUN pip3 install --user -r requirements.txt
COPY ./utils/tracing/python/tracing.py ./
COPY ./benchmarks/image-rotate/python/server.py ./
ADD https://raw.githubusercontent.com/vhive-serverless/vSwarm-proto/newfuncs_v0.1.1/proto/image_rotate/image_rotate_pb2_grpc.py ./
ADD https://raw.githubusercontent.com/vhive-serverless/vSwarm-proto/newfuncs_v0.1.1/proto/image_rotate/image_rotate_pb2.py ./proto/image_rotate/
ADD https://raw.githubusercontent.com/vhive-serverless/vSwarm-proto/main/proto/image_rotate/image_rotate_pb2_grpc.py ./
ADD https://raw.githubusercontent.com/vhive-serverless/vSwarm-proto/main/proto/image_rotate/image_rotate_pb2.py ./proto/image_rotate/

# Second stage (Runner):
FROM vhiveease/python-slim:latest as imageRotatePython
Expand Down

0 comments on commit 4b865c5

Please sign in to comment.