Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ ENV PORT="7860"
|
|
14 |
|
15 |
# Install Poetry
|
16 |
# RUN pip install --user poetry tiktoken==0.4.0 fastapi==0.95.1 uvicorn==0.22.0 httpx==0.24.0 socksio==1.0.0
|
17 |
-
RUN pip install poetry
|
18 |
|
19 |
# ENV PATH="/root/.local/bin:$PATH"
|
20 |
|
|
|
14 |
|
15 |
# Install Poetry
|
16 |
# RUN pip install --user poetry tiktoken==0.4.0 fastapi==0.95.1 uvicorn==0.22.0 httpx==0.24.0 socksio==1.0.0
|
17 |
+
RUN pip install --user poetry
|
18 |
|
19 |
# ENV PATH="/root/.local/bin:$PATH"
|
20 |
|