mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
This commit is contained in:
@@ -23,7 +23,7 @@ title: Version 0.16
|
||||
- Allow selecting external `trains.conf` file for the pod itself.
|
||||
- Allow providing pod template, extra bash init script, alternate SSH server port, gateway address (k8s ingress / ELB).
|
||||
|
||||
- Allow specifying `cudatoolkit` version in the "installed packages" section when using conda as package manager (<a href="https://github.com/allegroai/trains/issues/229" target="_blank">GitHub trains Issue 229</a>).
|
||||
- Allow specifying `cudatoolkit` version in the "installed packages" section when using conda as package manager (<a href="https://github.com/clearml/clearml/issues/229" target="_blank">GitHub trains Issue 229</a>).
|
||||
- Add `agent.package_manager.force_repo_requirements_txt`. If True, "Installed Packages" on Task are ignored, and only repository `requirements.txt` is used.
|
||||
- Pass `TRAINS_DOCKER_IMAGE` into docker for interactive sessions.
|
||||
- Add `torchcsprng` and `torchtext` to PyTorch resolving.
|
||||
@@ -64,7 +64,7 @@ title: Version 0.16
|
||||
**Bug Fixes**
|
||||
|
||||
* Fix pre-installed packages are ignored when installing a git package wheel. Reinstalling a `git+http` link is enough
|
||||
to make sure all requirements are met / installed ([GitHub Issue #196](https://github.com/allegroai/trains/issues/196)).
|
||||
to make sure all requirements are met / installed ([GitHub Issue #196](https://github.com/clearml/clearml/issues/196)).
|
||||
* Fix incorrect check for spaces in current execution folder.
|
||||
* Fix requirements detection:
|
||||
* Update torch version after using downloaded / system pre-installed version.
|
||||
@@ -84,7 +84,7 @@ title: Version 0.16
|
||||
|
||||
**Bug Fixes**
|
||||
|
||||
* Fix GPU Windows monitoring support ([GitHub Issue #177](https://github.com/allegroai/trains/issues/177)).
|
||||
* Fix GPU Windows monitoring support ([GitHub Issue #177](https://github.com/clearml/clearml/issues/177)).
|
||||
* Fix `.git-credentials` and `.gitconfig` mapping into docker.
|
||||
* Fix non-root docker image usage.
|
||||
* Fix docker to use `UTF-8` encoding, so prints won't break it.
|
||||
|
||||
Reference in New Issue
Block a user