HackAI-Dell-Nvidia-Challenge / preBuild.bash
preBuild.bash
Raw
#!/bin/bash
# This file contains bash commands that will be executed at the beginning of the container build process,
# before any system packages or programming language specific package have been installed.
#
# Note: This file may be removed if you don't need to use it
curl -fsSL https://ollama.com/install.sh | sh