Gemma notebook working on runpod
This commit is contained in:
@@ -37,7 +37,7 @@ apt-get install -y \
|
||||
|
||||
# Install Chrome
|
||||
if [ -z "${SIA_INSTALL_NO_ITB}" ]; then
|
||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
|
||||
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor -o /etc/apt/trusted.gpg.d/google.gpg
|
||||
echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google-chrome.list
|
||||
apt-get update && \
|
||||
apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user