Spaces:
Sleeping
Sleeping
yahrkapa
commited on
Commit
·
f65cb68
1
Parent(s):
6f50088
hopeful
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
@@ -15,8 +15,6 @@ RUN pip install pydantic
|
|
15 |
RUN pip install llama-index-embeddings-huggingface
|
16 |
RUN pip install llama-index-llms-langchain
|
17 |
|
18 |
-
RUN useradd -m appuser
|
19 |
-
|
20 |
RUN useradd -m -u 1000 appuser
|
21 |
|
22 |
USER appuser
|
|
|
15 |
RUN pip install llama-index-embeddings-huggingface
|
16 |
RUN pip install llama-index-llms-langchain
|
17 |
|
|
|
|
|
18 |
RUN useradd -m -u 1000 appuser
|
19 |
|
20 |
USER appuser
|