Skip to content

Commit

Permalink
Merge pull request games-on-whales#58 from e-dong/stable
Browse files Browse the repository at this point in the history
Simplify command to build  gow/nvidia-driver:latest locally
  • Loading branch information
ABeltramo authored Jan 20, 2024
2 parents 218caaa + bacdee3 commit f675c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/user/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ First, let's build an additional docker image that will contain the Nvidia drive
[source,bash]
....
curl https://raw.githubusercontent.com/games-on-whales/gow/master/images/nvidia-driver/Dockerfile | docker build -t gow/nvidia-driver:latest -f - --build-arg NV_VERSION=$(cat /sys/module/nvidia/version) .
docker build -t gow/nvidia-driver:latest --build-arg NV_VERSION=$(cat /sys/module/nvidia/version) -f images/nvidia-driver/Dockerfile github.com/games-on-whales/gow#master
....
This will create `gow/nvidia-driver:latest` locally.
Expand Down

0 comments on commit f675c53

Please sign in to comment.