User Tools

Site Tools


devops:docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
devops:docker [2025/03/22 23:02] skipidardevops:docker [2025/03/22 23:03] (current) skipidar
Line 116: Line 116:
 </code> </code>
  
 +=== Running containers
 +
 +Example 
 +<code>
 +docker run -it --gpus all -p 8080:8080 -v $HOME/.tabby:/data tabbyml/tabby serve --model StarCoder-1B
 + --device cuda --chat-model Qwen2-1.5B-Instruct
 +</code>
  
 === Using Windows native Hyper-V === === Using Windows native Hyper-V ===
devops/docker.txt · Last modified: by skipidar