29 lines
481 B
JSON
29 lines
481 B
JSON
{
|
|
"argv": [
|
|
"/usr/bin/docker",
|
|
"run",
|
|
"--shm-size=2g",
|
|
"--gpus",
|
|
"all",
|
|
"--network=host",
|
|
"--rm",
|
|
"-v",
|
|
"/home/ruben/paris/stylegan3:/scratch",
|
|
"--user",
|
|
"1000:1000",
|
|
"--workdir=/scratch",
|
|
"-e",
|
|
"HOME=/scratch",
|
|
"-v",
|
|
"{connection_file}:/connection-spec",
|
|
"stylegan3",
|
|
"python",
|
|
"-m",
|
|
"ipykernel_launcher",
|
|
"-f",
|
|
"/connection-spec"
|
|
],
|
|
"display_name": "paris-stylegan3",
|
|
"language":"python"
|
|
}
|
|
|