Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@vishnoianil
Copy link
Member

@vishnoianil vishnoianil commented Jul 11, 2024

This PR fixes following issues

  • Don't use process.env for client side code. Rely on getting these env variable from server side. In the container deployment, we need to read these environment variables dynamically, because building the application while launching the container requires privileges.

  • Fix the default location for qna/attribution files of skill and knowledge contribution

  • Update the npm dependencies.

Fixes #60
Fixes #61

*.* Don't use process.env for client side code.
Rely on getting these env variable from server side.
In the container deployment, we need to read these
environment variables dynamically, because building
the application while launching the container requires
previleges.

*.* Fix the default location for qna/attribution files
of skill and knowledge contribution

*.* Update the npm dependencies.

Signed-off-by: Anil Vishnoi <[email protected]>
@vishnoianil vishnoianil requested a review from nerdalert July 11, 2024 16:02
Copy link
Member

@nerdalert nerdalert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nerdalert nerdalert merged commit 65b2969 into instructlab:main Jul 11, 2024
@vishnoianil vishnoianil deleted the fix-env branch July 11, 2024 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix the default location of the skill and knowledge files environment variables are not picked in the client side code

2 participants