Skip to content

Commit 5b4619a

Browse files
committed
feat: Backup and restore feature
- Adding sudo to the image for fsfreeze use Refs: #6
1 parent 366b5f3 commit 5b4619a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN find /chroma -mindepth 1 -maxdepth 1 ! \( -name 'chromadb' -o -name 'LICENSE
1010
. /chroma/venv/bin/activate && \
1111
pip install --force-reinstall --no-cache-dir -r /chroma/requirements.txt && \
1212
chown -R chroma:chroma /chroma && \
13-
apt-get update -qq && apt-get install sqlite3 -y && \
13+
apt-get update -qq && apt-get install sqlite3 sudo -y && \
1414
echo 'chroma ALL=(ALL) NOPASSWD: /usr/sbin/fsfreeze' >> /etc/sudoers
1515
EXPOSE 8000
1616
USER chroma

0 commit comments

Comments
 (0)