Files
ai-inference/.devcontainer/post-create

14 lines
155 B
Plaintext
Raw Permalink Normal View History

2025-05-27 13:21:37 +10:00
#!/bin/bash
2025-05-27 13:35:09 +10:00
set -euxo pipefail
2025-05-27 13:21:37 +10:00
# Setup licensed
sudo apt update
sudo apt install -y \
2025-05-27 13:39:43 +10:00
cmake pkg-config
2025-05-27 13:21:37 +10:00
gem install licensed
# NPM install
npm install