{% extends "base.html" %}
{% block content %}
Project details
-
The data on the host is located at
{{ project.data_path }}.
It's mounted read-only inside the containers at /data.
-
The workspace on the host is located at
{{ project.workspace_path }}.
It's mounted with read-write inside the containers at /root/workspace.
-
Maximum amount of RAM for all containers is {{ project.max_ram }} GB
-
Maximum number of CPUs for all containers is {{ project.max_cpus }}
Containers
Use the form below to create a new container for your project
{% include 'container_list.html' %}
{% endblock %}