You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,14 +24,21 @@ echo "--> Installing Ollama binary into the system..."
24
24
mv ollama "$LUMINOS_CHROOT_DIR/usr/local/bin/"
25
25
26
26
# --- Pull the model BEFORE configuring the service ---
27
-
# We need mounts for network access during the pull
28
27
echo"--> Mounting virtual filesystems for model download..."
29
28
mount --bind /dev "$LUMINOS_CHROOT_DIR/dev"; mount --bind /dev/pts "$LUMINOS_CHROOT_DIR/dev/pts"; mount -t proc /proc "$LUMINOS_CHROOT_DIR/proc"; mount -t sysfs /sys "$LUMINOS_CHROOT_DIR/sys"
30
29
30
+
echo"--> Copying host DNS configuration into chroot for network access..."
0 commit comments