don't install chrmoe anymore; use llama2

This commit is contained in:
Dobromir Popov
2023-12-20 08:05:14 +00:00
parent 3d43b6544b
commit 6b5b396e02
2 changed files with 9 additions and 10 deletions

View File

@ -78,7 +78,7 @@ RUN apk add --no-cache python3 py3-pip
RUN if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python; fi
# Install Chromium and Chromium WebDriver # comment to reduce the deployment image size
RUN apk add --no-cache chromium chromium-chromedriver
# RUN apk add --no-cache chromium chromium-chromedriver
# Create a virtual environment and activate it
RUN python3 -m venv /venv