Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed Google Coral Edge TPU
  • Loading branch information
Cdaprod committed Mar 26, 2024
1 parent d9d221f commit 73e697d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jupyter/Dockerfile
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

0 comments on commit 73e697d

Please sign in to comment.