Skip to content

Version 0.2.39 (December 16, 2018)

Compare
Choose a tag to compare
@bkgoksel bkgoksel released this 16 Dec 11:46

Bugfixes:

  • cl mount command is now fixed and operational on systems that support FUSE filesystems
  • URL based bundle uploads now save the URL to the source_url metadata field of the bundle
  • When a Codalab worker is initialized with incorrect credentials, it immediately quits with a helpfu error message rather than infinitely looping while throwin indecipherable error messages

Background improvements

  • Workers now use the official Docker Python SDK to operate docker rather than an in-house HTTP API wrapper. Expect better docker image handling and fewer issues from workers
  • **(backwards incompatible):**Worker now use version 2 of nvidia-docker rather than version 1 as version 1 is deprecated. If you're planning to run your own GPU workers please make sure you have nvidia-docker v2 and not v1. You can upgrade per the instructions here