Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ ENV LOG_LEVEL="info"
|
|
13 |
ENV PORT="7860"
|
14 |
|
15 |
# Install Poetry
|
16 |
-
RUN pip install poetry tiktoken==0.4.0 fastapi==0.95.1 uvicorn==0.22.0 httpx==0.24.0 socksio==1.0.0
|
17 |
|
18 |
RUN poetry install --only main
|
19 |
RUN mkdir -p /.cache && \
|
|
|
13 |
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 |
|
18 |
RUN poetry install --only main
|
19 |
RUN mkdir -p /.cache && \
|