Spaces:
Sleeping
Sleeping
shethjenil
commited on
Commit
•
ab52db7
1
Parent(s):
47f98ca
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -3,6 +3,7 @@ RUN useradd -ms /bin/bash myuser
|
|
3 |
WORKDIR /code
|
4 |
COPY . .
|
5 |
RUN pip install llama-index flask requests chromadb llama-index-embeddings-huggingface-api llama-index-vector-stores-chroma
|
|
|
6 |
COPY . /code/.
|
7 |
RUN chown -R myuser:myuser /code
|
8 |
USER myuser
|
|
|
3 |
WORKDIR /code
|
4 |
COPY . .
|
5 |
RUN pip install llama-index flask requests chromadb llama-index-embeddings-huggingface-api llama-index-vector-stores-chroma
|
6 |
+
RUN unzip -q images.zip -d images
|
7 |
COPY . /code/.
|
8 |
RUN chown -R myuser:myuser /code
|
9 |
USER myuser
|