#!/bin/bash if [ $1 == "--no-cache" ]; then docker build --no-cache -t kevhnmay94/face_recognition . else docker build -t kevhnmay94/face_recognition . fi