File size: 110 Bytes
29858c0 |
1 2 3 4 5 |
#!/bin/bash
#docker build --no-cache -t hri -f Dockerfile .
docker build -t dense_fusion -f Dockerfile .
|
29858c0 |
1 2 3 4 5 |
#!/bin/bash
#docker build --no-cache -t hri -f Dockerfile .
docker build -t dense_fusion -f Dockerfile .
|