#!/bin/bash

# Remove all Docker language images
python3 /home/eeg/remove_all_docker_language_images.py

# Update images
python3 /tmp/update_docker_images.py -v 14.8.0 -nl --gpu recipe3 -y

touch /tmp/update-reboot
