Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

v0.0.10

Compare
Choose a tag to compare
@sanfilip sanfilip released this 13 Feb 07:45
· 297 commits to master since this release

Release Notes for v0.0.10

New features

  • paperspace-python run command for running python scripts unmodified on paperspace
    • run a python script, module, or command string remotely
    • run a executable or shell command remotely
    • use pip, pipenv, or a shell script to manage python dependencies
  • Improved docs

Fixes

  • Minor doc fixes

Changes

  • The default machineType for paperspace-python is now P5000, since GPU+ machines are not yet available for jobs.
  • The default container image for paperspace-python is 'docker.io/paperspace/tensorflow-python' which adds python3 support to Google's 'gcr.io/tensorflow/tensorflow:latest-gpu' container.

Supported Python versions

  • Source: python 2.7, 3.4, 3.5, and 3.6
  • PyPI package: python 2.7, 3.4, 3.5, and 3.6
  • Conda package: python 3.6 only