Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
3x3cut0r committed Apr 30, 2024
1 parent f932be5 commit 7f78916
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions privategpt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ RUN apt update && apt install -y \
curl \
git \
jq && \
apt clean && \
rm -rf /var/lib/apt/lists/* && \
python -m pip install --upgrade pip huggingface_hub && \
huggingface-cli login --token $HUGGINGFACE_TOKEN
huggingface-cli login --token $HUGGINGFACE_TOKEN && \
apt clean && \
rm -rf /var/lib/apt/lists/*

# https://python-poetry.org/docs/configuration/#virtualenvsin-project
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
Expand Down

0 comments on commit 7f78916

Please sign in to comment.