Skip to content

Instantly share code, notes, and snippets.

View jrs53's full-sized avatar

James Srinivasan jrs53

  • UK
View GitHub Profile
@jrs53
jrs53 / pom.xml
Created July 18, 2019 14:30
Maven & Jetty issues
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>omitted</groupId>
<artifactId>omitted</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>
#####################################################################################################################################
## Install GPU drivers
wget http://uk.download.nvidia.com/tesla/418.67/NVIDIA-Linux-x86_64-418.67.run
chmod +x NVIDIA-Linux-x86_64-418.67.run
# Disable nouveau
sudo yum install -y nano
sudo nano /etc/default/grub
# GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet nouveau.modeset=0"