Skip to content

Commit

Permalink
added langchain:samples container
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Aug 30, 2023
1 parent fd096a9 commit b61704d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/llm/langchain/config.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import copy

samples = copy.deepcopy(package)
# make a samples variant of the container
samples = package.copy()

samples['name'] = 'langchain:samples'
samples['depends'].append('jupyterlab')
samples['dockerfile'] = 'dockerfile.samples'
samples['depends'] = ['langchain', 'jupyterlab']

package = [package, samples]

0 comments on commit b61704d

Please sign in to comment.