Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added building a Docker image for the course #4

Merged
merged 7 commits into from
Mar 13, 2024

Commits on Mar 12, 2024

  1. README.md: Updated the copyright and description for the project

    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    617d3ed View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. requirements.txt: Created base requirements file

    Currently, the requirements.txt was tested for quantization tasks.
    
    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    91a843d View commit details
    Browse the repository at this point in the history
  2. environments: Created an updated Dockerfile with initial course envir…

    …onment for quantization
    
    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    74f795a View commit details
    Browse the repository at this point in the history
  3. dl_in_iot_course: Ruff-based code refactor

    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b6d430e View commit details
    Browse the repository at this point in the history
  4. Added initial configuration for pre-commit

    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d3d4f2b View commit details
    Browse the repository at this point in the history
  5. README.md: Added link to the last assignment

    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    08d9f54 View commit details
    Browse the repository at this point in the history
  6. GH Actions: Added jobs for linting and building Docker image

    Signed-off-by: Grzegorz Latosinski <[email protected]>
    glatosinski committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    7139d48 View commit details
    Browse the repository at this point in the history