We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 366b5f3 commit 5b4619aCopy full SHA for 5b4619a
image/Dockerfile
@@ -10,7 +10,7 @@ RUN find /chroma -mindepth 1 -maxdepth 1 ! \( -name 'chromadb' -o -name 'LICENSE
10
. /chroma/venv/bin/activate && \
11
pip install --force-reinstall --no-cache-dir -r /chroma/requirements.txt && \
12
chown -R chroma:chroma /chroma && \
13
- apt-get update -qq && apt-get install sqlite3 -y && \
+ apt-get update -qq && apt-get install sqlite3 sudo -y && \
14
echo 'chroma ALL=(ALL) NOPASSWD: /usr/sbin/fsfreeze' >> /etc/sudoers
15
EXPOSE 8000
16
USER chroma
0 commit comments