Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ ENV HOME=/home/user \
|
|
| 9 |
PATH=/home/user/.local/bin:$PATH
|
| 10 |
|
| 11 |
RUN mkdir $HOME/.cache
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
# Create a writeable cache directory
|
|
|
|
| 9 |
PATH=/home/user/.local/bin:$PATH
|
| 10 |
|
| 11 |
RUN mkdir $HOME/.cache
|
| 12 |
+
RUN mkdir $HOME/.chroma_db
|
| 13 |
|
| 14 |
|
| 15 |
# Create a writeable cache directory
|