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

AMD Dockerfile additions #168

Merged
merged 3 commits into from
Sep 27, 2024

Commits on Sep 25, 2024

  1. This sets the vllm build to a Release build type, builds libsodium,

    fixes bad permissions on a logging directory, installs libsodium,
    and adds a LD_LIBRARY_PATH to fixup python bindings for 2 packages.
    stevegrubb committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e40c9d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Move libsodium install

    This moves the install up a couple lines.
    stevegrubb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    6358d7a View commit details
    Browse the repository at this point in the history
  2. Correct logging directotu permissions

    The /var/log/rocm_smi_lib/ directory was world writable. It
    is fixed now so that it is world readable. Similarly,
    the file in it's directory is also world writable, it is
    now world readable.
    stevegrubb committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    ae1811a View commit details
    Browse the repository at this point in the history