Skip to content

FAQ – ML Cloud

Frequently asked questions about the machine learning platform at TUKE.


Basic Information

What is ml.cloud.tuke.sk?

University platform for machine learning built on Kubernetes + Kubeflow.

Users get:

  • Jupyter Notebooks
  • RStudio
  • VS Code (code-server)
  • 4 CPU, 4 GB RAM, 50 GB storage
Who can use the service?

Every student and employee of TUKE. Just log in with your TUKE login.

Do I need to request anything?

No. Upon first login, your own namespace and storage (PVC 50 GB) are automatically created.


Limits and Resources

What are the limits for my notebook?
Parameter Value
CPU 4 vCPU
RAM 4 GiB
Storage 50 GiB (workspace volume)
GPU Not available
Can I use GPU?

Currently no. GPUs are not available in ml.cloud.tuke.sk.

Access to GPUs will be addressed via separate HPC/AI infrastructure.

What if I need more CPU/RAM?

Contact support:

vcloud@helpdesk.tuke.sk

Capacities are allocated individually for courses, research, and projects.


Notebooks

How do I start a Jupyter Notebook?
  1. Log in to ml.cloud.tuke.sk
  2. In the menu, click Notebooks
  3. Press New Notebook
  4. Select image (pytorch, tensorflow)
  5. Set CPU, RAM, Volume
  6. Click Launch
  7. After status Running, click Connect
Can I use a custom Docker image?

Yes. In the Custom Image field, enter:

repository.cloud.tuke.sk/ml/jupyter-pytorch-plus:v1.0.0
What if the notebook doesn't start or stays in Pending?

Most common reasons:

  • Reached CPU/RAM limits
  • Incorrectly entered Docker image
  • No free capacity

Solution: Reduce requested CPU/RAM, use official Kubeflow image.

Can I shut down the notebook and continue later?

Yes. The notebook can be stopped at any time, data remains saved on PVC.


Data and Files

Can I save my data?

Yes. All files are saved to workspace volume (50 GiB):

  • It's persistent
  • Remains preserved after shutting down notebook
  • Is accessible in all notebooks in namespace
How do I download files from the notebook?
  • Upload/Download directly in JupyterLab
  • Create ZIP and download via browser
  • Use Git (most recommended for code)

Images and Environments

What is the difference between TensorFlow, PyTorch, and Generic image?
Image Use Case
PyTorch Neural networks, NLP, CV
TensorFlow TensorFlow/Keras models
Generic Lightweight notebooks, data analysis
Can I work via VS Code in the browser?

Yes, use image with code-server:

repository.cloud.tuke.sk/dev/codeserver:v1.0.0

Reproducibility

How do I ensure reproducible code?
  • Use requirements.txt or conda environment.yml
  • Save projects to Git repository
  • Use fixed package versions
  • Don't work in default system env

Support

Where are technical problems reported?

vcloud@helpdesk.tuke.sk

When reporting, include:

  • Time of problem
  • Notebook name
  • Selected image
  • Screenshot of error