crypto_prediction/run.sh

7 lines
157 B
Bash
Raw Normal View History

2022-09-05 13:32:21 +02:00
#!/bin/bash
printf '\n Buidling container \n'
docker build -t crypto_prediction .
printf '\n Starting container \n'
docker run -it crypto_prediction:latest