• Artem Baranovskyi's avatar
    Fixed whole Docker infrastructure with dummy moodle plugin. · c1481f72
    Artem Baranovskyi authored
    All necessary input data are provided.
    Python ASYST script (run_LR_SBERT.py) is set with absolute paths.
    -----------------------------------------------------------
    Result:
    On script execution we obtain just once the result at /var/www/html/moodle/asyst/Source/Skript/outputs/test.tsv
    -----------------------------------------------------------
    TODO: Create an API to use script run_LR_SBERT.py on http://127.0.0.1:5000/api/data or like that. Configure relative paths at ASYST script (run_LR_SBERT.py).
    c1481f72
version.php 483 bytes
<?php
/**
 * Version details.
 * @package   local_yourplugin
 * @copyright 2024 Artem Baranovskyi
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */
defined('MOODLE_INTERNAL') || die();
$plugin->version   = 2022051101;      // The current module version (Date: YYYYMMDDXX).
$plugin->requires  = 2014050800;      // Requires this Moodle version.
$plugin->component = 'yourplugin';// Full name of the plugin (used for diagnostics).
$plugin->cron      = 0;