Fix to conda env build script

This commit is contained in:
Ashwin Bharambe 2024-12-17 12:19:34 -08:00
parent 0452c6a0c7
commit fbca51d6da
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,15 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
VERSION="$1"
set -euo pipefail
set -x
pip install -U --extra-index-url https://test.pypi.org/simple \
llama-stack==$VERSION llama-models==$VERSION llama-stack-client==$VERSION