0% found this document useful (0 votes)
4 views1 page

Generic Python 3.10 Egg for PyTorch

This document describes a Generic Python 3.10 Egg compatible with PyTorch, designed for use in a Pterodactyl environment. It includes details on startup commands, installation scripts, and configuration variables, such as the main Python file to run. The Docker image for Python 3.10 is specified, along with the installation process for required packages.

Uploaded by

dey81484
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Generic Python 3.10 Egg for PyTorch

This document describes a Generic Python 3.10 Egg compatible with PyTorch, designed for use in a Pterodactyl environment. It includes details on startup commands, installation scripts, and configuration variables, such as the main Python file to run. The Docker image for Python 3.10 is specified, along with the installation process for required packages.

Uploaded by

dey81484
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"_comment": "Generic Python Egg - CPU Ready",


"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2026-01-23T00:00:00+00:00",
"name": "Generic Python",
"author": "custom",
"description": "Generic Python 3.10 Egg (PyTorch compatible)",
"features": null,
"docker_images": {
"Python 3.10": "[Link]/pterodactyl/yolks:python_3.10"
},
"file_denylist": [],
"startup": "python {{PYTHON_FILE}}",
"config": {
"files": "{}",
"startup": "{ \"done\": [\"Python\"] }",
"logs": "{ \"custom\": false, \"location\": \"\" }",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!/bin/bash\npython -m pip install --upgrade pip\nif [ -f
[Link] ]; then pip install --no-cache-dir -r [Link]; fi",
"container": "[Link]/pterodactyl/installers:python",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Python File",
"description": "Main python file to run",
"env_variable": "PYTHON_FILE",
"default_value": "[Link]",
"user_viewable": true,
"user_editable": true,
"rules": "required|string"
}
]
}

You might also like