Gemma notebook working on runpod

This commit is contained in:
2025-05-02 17:05:28 +02:00
parent f63e5db996
commit e78fca8233
64 changed files with 16298 additions and 60 deletions

View File

@@ -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 \