3 lines
79 B
Bash
3 lines
79 B
Bash
|
#!/bin/bash
|
||
|
docker save -o deployment_image.tar jetson-model-deployment:latest
|