Skip to content

Commit

Permalink
add export docker script
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Jul 19, 2024
1 parent 15c6a07 commit ff88529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions export-docker.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
FN=vllm-`date +"%F_%Hh%M"`.tar
echo "exporting $1 to $FN"
docker save -o $FN $1
echo "to import do: docker load -i $FN"

0 comments on commit ff88529

Please sign in to comment.