Update server deployment on macOS instructions (#829)

This commit is contained in:
pollfly 2024-04-24 10:48:39 +03:00 committed by GitHub
parent 0ca581c27b
commit 482319cd7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ Deploying the server requires a minimum of 4 GB of memory, 8 GB is recommended.
* macOS:
screen ~/Library/Containers/com.docker.docker/Data/vms/0/tty
docker run --net=host --ipc=host --uts=host --pid=host --privileged --security-opt=seccomp=unconfined -it --rm -v /:/host alpine chroot /host
sysctl -w vm.max_map_count=262144
1. Remove any previous installation of ClearML Server.