udpate build script

This commit is contained in:
Xi Yan 2024-09-13 14:09:47 -07:00
parent 9315eae645
commit dfeb84be5c
2 changed files with 0 additions and 7 deletions

View file

@ -115,7 +115,3 @@ ensure_conda_env_python310() {
} }
ensure_conda_env_python310 "$env_name" "$pip_dependencies" ensure_conda_env_python310 "$env_name" "$pip_dependencies"
printf "${GREEN}Successfully setup conda environment. Configuring build...${NC}\n"
# $CONDA_PREFIX/bin/python3 -m llama_toolchain.cli.llama stack configure $config_file

View file

@ -108,7 +108,4 @@ set -x
podman build --network host -t $image_name -f "$TEMP_DIR/Dockerfile" "$REPO_DIR" $mounts podman build --network host -t $image_name -f "$TEMP_DIR/Dockerfile" "$REPO_DIR" $mounts
set +x set +x
printf "${GREEN}Succesfully setup Podman image. Configuring build...${NC}"
echo "You can run it with: podman run -p 8000:8000 $image_name" echo "You can run it with: podman run -p 8000:8000 $image_name"
# $CONDA_PREFIX/bin/python3 -m llama_toolchain.cli.llama stack configure $config_file