Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Conversation

dwelch-spike
Copy link

Adds a dockerfile to build and use the scripts from

@dwelch-spike dwelch-spike self-assigned this May 13, 2025
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a Docker configuration for building and running the benchmark tools and a corresponding guide.

  • Introduces a new dockerfile that installs dependencies (e.g., azcopy) and sets up the container environment.
  • Provides a detailed README.docker.md explaining Docker image build commands and usage instructions for various AVS benchmark scripts.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
dockerfile Defines the Docker image with Python 3.10, installs system tools, and includes logic for downloading azcopy based on architecture.
README.docker.md Offers instructions to build and use the Docker container with examples for benchmark script execution.
Comments suppressed due to low confidence (1)

dockerfile:1

  • [nitpick] Consider renaming the file from 'dockerfile' to 'Dockerfile' (with a capital D) to adhere to Docker's conventional naming.
# Base image: Using Python 3.10 on Debian Bullseye (slim version)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant