Skip to content

Instantly share code, notes, and snippets.

@jg1vxg
jg1vxg / proxmox_nvidia.md
Created January 23, 2025 10:33 — forked from egg82/proxmox_nvidia.md
NVidia Proxmox + LXC

Proxmox

Find the proper driver at the NVidia website.

Note: Make sure to select "Linux 64-bit" as your OS

Hit the "Search" button.

# WARNING: Replace the example passwords with secure secrets.
# WARNING: 'my_secret_phpipam_pass' and 'my_secret_mysql_root_pass'
version: '3'
services: # serviceセッションに具体なテナント構成が記載されている
phpipam-web: # 1つ目はphpipamのウェブアプリそのもの
image: phpipam/phpipam-www:latest # 最新のイメージファイルを使用する
ports:
- "80:80" # ホストポート番号:コンテナポート番号の順で定義されている、ホストポート番号があれば、外部からもアクセスできる