Windows 10
For Windows, launching the pre-built Docker image on a Linux virtual machine is recommended (see Deploying ClearML Server: Linux or macOS). However, ClearML Server can be launched on Windows 10, using Docker Desktop for Windows (see the Docker System Requirements).
For information about upgrading ClearML Server on Windows, see here.
important
If ClearML Server is being reinstalled, clearing browser cookies for ClearML Server is recommended. For example, for Firefox, go to Developer Tools > Storage > Cookies, and for Chrome, go to Developer Tools > Application > Cookies, and delete all cookies under the ClearML Server URL.
#
Deployingwarning
By default, ClearML Server launches with unrestricted access. To restrict ClearML Server access, follow the instructions in the Security page.
Memory Requirement
Deploying the server requires a minimum of 4 GB of memory, 8 GB is recommended.
To deploy ClearML Server on Windows 10:
Install the Docker Desktop for Windows application by either:
- Following the Install Docker Desktop on Windows instructions.
- Running the Docker installation wizard.
Increase the memory allocation in Docker Desktop to
4GB
.In the Windows notification area (system tray), right click the Docker icon.
Click Settings > Advanced, and then set the memory to at least
4096
.Click Apply.
Remove any previous installation of ClearML Server.
This clears all existing ClearML SDK databases.
Create local directories for data and logs. Open PowerShell and execute the following commands:
Save the ClearML Server docker-compose YAML file.
Run
docker-compose
. In PowerShell, execute the following commands:The server is now running on http://localhost:8080.
#
Port MappingAfter deploying ClearML Server, the services expose the following node ports:
- Web server on port
8080
- API server on port
8008
- File server on port
8081
#
RestartingTo restart ClearML Server Docker deployment:
Stop and then restart the Docker containers by executing the following commands: