Skip to content

Error re-making Docker image: video-analytics benchmark #334

@cg592

Description

@cg592

Describe the bug
I am trying to (1) run the video-analytics benchmark on other videos that I have uploaded to the video_streaming/reference directory, and also (2) modify the source code to print out additional information. To do so, I believe I need to re-make the Docker image. However, the make all-image command fails when trying to make a new Docker image. The error message mentions needing the GOPRIVATE_KEY I am running the benchmarks locally following the instructions here: https://github.com/vhive-serverless/vSwarm/blob/main/docs/running_locally.md

To Reproduce

cd vSwarm/benchmarks/video-analytics/
make all-image

Expected behavior
Docker image build to complete successfully.

Logs
Output:

DOCKER_BUILDKIT=1 docker build \
-t vhiveease/video-analytics-decoder:latest \
--target decode \
--secret id=GOPRIVATE_KEY \
-f Dockerfile \
../../
could not parse secrets: [id=GOPRIVATE_KEY]: failed to stat GOPRIVATE_KEY: stat GOPRIVATE_KEY: no such file or directory
make: *** [Makefile:34: decoder-image] Error 1

On the instructions page linked above, it says to reach out to obtain the GOPRIVATE_KEY?

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions