Hi @<1785841629471444992:profile|CluelessSheep59> , looks OK. Give it a try and see what happens 🙂
Answered
Greetings,
I Manually Set Up A Server On Ec2 But I'D Rather Not Put Everything On
Greetings,
I manually set up a server on EC2 but I'd rather not put everything on /opt
and instead save large files (like media, plots, model weights and other artifacts) in our shared mounted drive on /data
. Maybe also keep the config there.
Are these the desired directories to change or do I also need to change elastic/mongo/redis ?
sudo mkdir -p /opt/clearml/data/elastic_7
sudo mkdir -p /opt/clearml/data/mongo_4/db
sudo mkdir -p /opt/clearml/data/mongo_4/configdb
sudo mkdir -p /opt/clearml/data/redis
sudo mkdir -p /opt/clearml/logs
sudo mkdir -p /data/clearml/config # <-- Here
sudo mkdir -p /data/clearml/data/fileserver # <-- Here
Ideally I'd keep frequent IO operations (like logs) within the server and less frequent/large ones on the shared drive.
I'm aware I need to change the docker compose accordingly
Thanks in advance (edited)
32 Views
1
Answer
4 days ago
4 days ago
Tags