don't install chrmoe anymore; use llama2
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user