- Create a temporary folder on the host machine
mkdir -p /tmp/output
chmod 777 /tmp/output- Run the container
docker run -it --rm \mkdir -p /tmp/output
chmod 777 /tmp/outputdocker run -it --rm \# setup
import pandas as pd
import io
import subprocess
import matplotlib.pyplot as plt
!wget -nc https://github.com/parttimenerd/jfr-query-experiments/releases/download/snapshot/query.jar| { | |
| "id": "webhook-umb-project-config", | |
| "repoFullName": "lampajr/webhook-umb-example", | |
| "repositoryUrl": "https://github.com/lampajr/webhook-umb-example", | |
| "description": "First example showing Github - UMB - Horreum integration", | |
| "authorizedUsers": [ | |
| "lampajr", | |
| "johnaohara", | |
| "barreiro" | |
| ], |
import os
import requests
from requests.auth import HTTPBasicAuth
import pandas as pd
import json
import matplotlib.pyplot as plt
class DownloadJenkinsHyperfoilData:| SSLContext sslContext = SSLContext.getInstance("SSL"); | |
| sslContext.init(null, new TrustManager[] { | |
| new X509ExtendedTrustManager() { | |
| @Override | |
| public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException { | |
| } | |
| @Override |
| if pod.Status.Phase != corev1.PodRunning { | |
| // Fetch and log the events for the current pod | |
| events, err := suite.clientset.CoreV1().Events(suite.DSPANamespace).List(suite.Ctx, metav1.ListOptions{ | |
| FieldSelector: fmt.Sprintf("involvedObject.name=%s", pod.Name), | |
| }) | |
| if err != nil { | |
| for _, event := range events.Items { | |
| t.Log(fmt.Sprintf("Event for Pod %s: %s - %s", pod.Name, event.Reason, event.Message)) | |
| } | |
| } else { |
| [Desktop Entry] | |
| Name=Firefox Localhost | |
| Comment=Open Firefox with localhost | |
| Exec=firefox http://localhost | |
| Icon=firefox | |
| Terminal=false | |
| Type=Application | |
| Categories=Network;WebBrowser; |
| sudo apt-get --purge remove "*cublas*" "cuda*" "nsight*" | |
| sudo apt-get --purge remove "*nvidia*" | |
| sudo apt autoremove | |
| sudo apt --fix-broken install | |
| sudo rm -rf /usr/local/cuda* | |
| sudo apt update && sudo apt upgrade | |
| sudo add-apt-repository ppa:graphics-drivers/ppa | |
| sudo apt update | |
| sudo apt purge *550* |