Spaces:
Sleeping
Sleeping
🍌🐒
commited on
Commit
·
f53a43f
1
Parent(s):
438ee94
Fix: Update Perplexity package installation source
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM python:3.10-slim
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
-
# Install system dependencies
|
6 |
RUN apt-get update && apt-get install -y \
|
7 |
build-essential \
|
8 |
curl \
|
|
|
2 |
|
3 |
WORKDIR /code
|
4 |
|
5 |
+
# Install system dependencies including git
|
6 |
RUN apt-get update && apt-get install -y \
|
7 |
build-essential \
|
8 |
curl \
|
requirements.txt
CHANGED
@@ -23,4 +23,4 @@ anthropic>=0.18.1
|
|
23 |
duckduckgo-search>=4.4.3
|
24 |
orjson>=3.9.15
|
25 |
python-dotenv>=1.0.0
|
26 |
-
perplexity-ai
|
|
|
23 |
duckduckgo-search>=4.4.3
|
24 |
orjson>=3.9.15
|
25 |
python-dotenv>=1.0.0
|
26 |
+
git+https://github.com/perplexity-ai/perplexity-python.git
|