-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed Google Coral Edge TPU
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
FROM jupyter/datascience-notebook | ||
|
||
# Install Edge TPU Python API library | ||
RUN echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list && \ | ||
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - && \ | ||
sudo apt-get update && \ | ||
sudo apt-get install libedgetpu1-std python3-edgetpu | ||
#RUN echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" | sudo tee /etc/apt/sources.list.d/coral-edgetpu.list && \ | ||
#curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - && \ | ||
#sudo apt-get update && \ | ||
#sudo apt-get install libedgetpu1-std python3-edgetpu | ||
|
||
# Install Clients | ||
RUN pip install minio weaviate-client transformers openai langchain | ||
|
||
# Install requirements for OpenAI and LangChain integration | ||
RUN pip install pydantic bs4 poetry fastapi uvicorn docker unstructured | ||
RUN pip install pydantic bs4 poetry fastapi uvicorn docker unstructured |