Skip to content

Commit

Permalink
Add script to export docker image to tar
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Jul 10, 2024
1 parent 125a657 commit 84531f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions export-docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
docker save -o vllm-`date +"%F_%Hh%M"`.tar $1

0 comments on commit 84531f2

Please sign in to comment.