Small edits (#430)

This commit is contained in:
pollfly
2023-01-05 15:25:02 +02:00
committed by GitHub
parent 44b81d1a1d
commit 53113bdb7d
9 changed files with 23 additions and 22 deletions

View File

@@ -76,15 +76,15 @@ Deploying the server requires a minimum of 4 GB of memory, 8 GB is recommended.
* Linux:
echo "vm.max_map_count=262144" > /tmp/99-clearml.conf
sudo mv /tmp/99-clearml.conf /etc/sysctl.d/99-clearml.conf
sudo sysctl -w vm.max_map_count=262144
sudo service docker restart
echo "vm.max_map_count=262144" > /tmp/99-clearml.conf
sudo mv /tmp/99-clearml.conf /etc/sysctl.d/99-clearml.conf
sudo sysctl -w vm.max_map_count=262144
sudo service docker restart
* macOS:
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
sysctl -w vm.max_map_count=262144
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
sysctl -w vm.max_map_count=262144
1. Remove any previous installation of ClearML Server.
@@ -150,8 +150,8 @@ After deploying ClearML Server, the services expose the following ports:
* Stop and then restart the Docker containers by executing the following commands:
docker-compose -f /opt/clearml/docker-compose.yml down
docker-compose -f /opt/clearml/docker-compose.yml up -d
docker-compose -f /opt/clearml/docker-compose.yml down
docker-compose -f /opt/clearml/docker-compose.yml up -d
@@ -178,11 +178,11 @@ If needed, restore data and configuration by doing the following:
* Linux:
sudo chown -R 1000:1000 /opt/clearml
sudo chown -R 1000:1000 /opt/clearml
* macOS:
sudo chown -R $(whoami):staff /opt/clearml
sudo chown -R $(whoami):staff /opt/clearml
## Next Step
* [Configuring ClearML for ClearML Server](clearml_config_for_clearml_server.md).