Dockerized-Rust-ML/scripts/build/docker.sh

7 lines
131 B
Bash
Raw Normal View History

2025-03-17 08:51:34 -05:00
# Clearing The Screen
clear
# Building the Docker Container
docker build . \
-t rust-buildbot \
-f docker/build/Dockerfile