Files
ai-inference/.devcontainer/post-create

16 lines
150 B
Plaintext
Raw Normal View History

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