Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shell and other commands not working in Ubuntu linux #734

Open
bchunduri opened this issue May 31, 2024 · 3 comments
Open

Shell and other commands not working in Ubuntu linux #734

bchunduri opened this issue May 31, 2024 · 3 comments
Labels

Comments

@bchunduri
Copy link

Team,

We use Ubuntu (Ubuntu 22.04.2 LTS) linux machine to bootstrap the QnA bot solutions and render the stack templates to suit our environment.

The bootstrap fails at quite a few places as described below:

  1. The first line of the main Makefile contains shell command which do not exists in Ubuntu and it is more like a MacOS command shell. Please fix this so can support for any OS (MacOS, Windows, Linux) >> As an alternative we have amended the logic with a for loop.

  2. The pushd & popd commands in the file ml_model/embedding/package-model.sh fails though exists in the Linux, the reason is could be the sh shell it is using in the ml_model/embedding/Makefile that was incorrect >> Amending this with zsh worked where pushd and popd found in zsh or ksh shell.

Appreciate your review and fix on the above.

@bchunduri bchunduri added the bug label May 31, 2024
@dougtoppin
Copy link

@bchunduri Thanks for your report. We will evaluate it and get back to you.

@abhirpat
Copy link
Member

abhirpat commented Jun 6, 2024

related PR #736

@fhoueto-amz
Copy link
Member

the file ml_model/embedding/package-model.sh has been deprecated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants