Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Dockerfile.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,15 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY dashboard.py .
COPY dashboard_styles.py .
COPY mlperf_datacenter.py .
COPY llmd_dashboard.py .
COPY consolidated_dashboard.csv .
COPY llmd-dashboard.csv .

# Copy all MLPerf data (version CSV files and dataset summaries)
COPY mlperf-data/ ./mlperf-data/

# Copy assets (logos, images, etc.)
COPY assets/ ./assets/

RUN mkdir -p /app/.streamlit && \
chgrp -R 0 /app && \
Expand Down
Binary file added assets/RedHat-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
401 changes: 181 additions & 220 deletions dashboard.py

Large diffs are not rendered by default.

Loading
Loading