Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in
C
coderai
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • nexlab
  • coderai
  • Repository

Switch branch/tag
  • coderai
  • packaging
  • linux
  • dist-bundle
  • install.sh
Find file
BlameHistoryPermalink
  • Stefy Lanza (nextime / spora )'s avatar
    install.sh: show a progress bar while loading the image · 3af53d02
    Stefy Lanza (nextime / spora ) authored Jun 23, 2026
    `docker load -i` shows no useful progress and the installer captured its output
    into a variable, so a ~12G load looked like a multi-minute hang. Stream the
    tarball through a meter into `docker load` instead — the file read tracks load
    progress closely. Prefer `pv` (bar + ETA), fall back to GNU `dd status=progress`
    (bytes + throughput), else plain load with a tip to install pv. The meter draws
    on stderr so the "Loaded image:" line is still captured. Pre-authenticate sudo
    first so its prompt doesn't collide with the bar.
    Co-Authored-By: 's avatarClaude Opus 4.8 <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_01RdMufYvtTbtGDWsiZVoXce
    3af53d02
install.sh 7.98 KB
EditWeb IDE

Replace install.sh

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.