This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import os | |
| import shutil | |
| import pathlib | |
| from urllib.parse import unquote | |
| FILE_PATH="E:\\a-metal1.m3u" | |
| def app(): | |
| lines = [] | |
| with open(FILE_PATH, "r") as f: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| ollama: | |
| image: ollama/ollama:latest | |
| ports: | |
| - 11434:11434 | |
| volumes: | |
| - ollama:/root/.ollama | |
| deploy: | |
| resources: | |
| reservations: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| &qemu-system-x86_64.exe ` | |
| -accel whpx,kernel-irqchip=off ` | |
| -bios OVMF.fd ` | |
| -machine q35 ` | |
| -m 8G ` | |
| -smp 12 ` | |
| -cpu kvm64,hv_passthrough ` | |
| -hda "debian.qcow2" ` | |
| -vga qxl ` | |
| -usb -device usb-tablet ` |
OlderNewer