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
#!/bin/bash | |
# Script to dump GPU vbios from any Unraid GPU | |
# by SpaceinvaderOne | |
##### Read the readme for how to use this script ##### | |
##### FILL IN THE VARIABLES BELOW ####################################################################### | |
################### | |
gpuid="4b:00.0" |
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
version: '3.3' | |
services: | |
portainer: | |
container_name: portainer | |
restart: unless-stopped | |
ports: | |
- '9000:9000' | |
volumes: | |
- '/var/run/docker.sock:/var/run/docker.sock' | |
- /home/pi/docker/portainer:/data |
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
<!DOCTYPE html> | |
<!-- | |
Copyright (c) 2016 Google Inc. | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 |