Skip to content

Commit

Permalink
explictly set mamba channel
Browse files Browse the repository at this point in the history
  • Loading branch information
b08x committed Apr 9, 2024
1 parent 68696ae commit 14f831d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion llamaindex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ USER $NB_UID

WORKDIR /home/$NB_USER

RUN mamba install --yes 'jupyter-ai' 'google-generativeai' 'huggingface_hub' 'ipython' 'ipywidgets' \
RUN mamba install --channel conda-forge --yes 'jupyter-ai' 'google-generativeai' 'huggingface_hub' 'ipython' 'ipywidgets' \
'llama-index' 'llama-index-cli' 'llama-index-core' \
'langchain-anthropic' 'langchain-google-genai' 'cohere' \
'llama-index-embeddings-huggingface'\
Expand Down
2 changes: 1 addition & 1 deletion nlp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV LC_ALL=C.UTF-8
ENV PATH $HOME/.local/share/gem/ruby/3.1.0/bin:$HOME/.local/bin:$PATH
ENV BUNDLE_PATH $HOME/.local/share/gem

RUN mamba install --yes 'jupyter-ai' 'google-generativeai' 'huggingface_hub' 'ipython' 'ipywidgets' \
RUN mamba install --channel conda-forge --yes 'jupyter-ai' 'google-generativeai' 'huggingface_hub' 'ipython' 'ipywidgets' \
'llama-index' 'llama-index-cli' 'llama-index-core' \
'langchain-anthropic' 'langchain-google-genai' 'cohere' \
'llama-index-embeddings-huggingface'\
Expand Down

0 comments on commit 14f831d

Please sign in to comment.