We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d22c3e commit fa6a358Copy full SHA for fa6a358
1 file changed
build-env.sh
@@ -176,6 +176,11 @@ download_and_install_rust_semcode()
176
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
177
cargo build --release --target-dir=/tmp/$FILE/release
178
cp -rvf /tmp/$FILE/release/* /usr/local/bin/
179
+ HOME=/config python3 -m pip install -r scripts/requirements.txt
180
+ HOME=/config python3 -m pip install git+https://github.com/nomic-ai/megablocks.git
181
+ HOME=/config python3 scripts/direct_download.py
182
+ HOME=/config python3 scripts/nomic2vec.py
183
+
184
}
185
186
download_build_install_git
0 commit comments