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

Commit 78fd519

Browse files
committed
update readme
1 parent 4255152 commit 78fd519

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Paperspace Python
22
=================
33

4+
Release Notes
5+
=============
6+
See [releasenotes.md](https://github.com/Paperspace/paperspace-python/blob/master/releasenotes.md) for details on the current release, as well as release history.
7+
48
Getting Started
59
===============
610
1. Make sure you have a Paperspace account set up. Go to http://paperspace.com
@@ -235,7 +239,7 @@ As mentioned above, you can use the `--dryrun` option to see the resultant comma
235239
Default Container
236240
=================
237241
If no `container` option is specified when using `paperspace run <script.py>` or the `paperspace.run()` function the default container image used is `paperspace/tensorflow-python` on Docker Hub. This container has the tensorflow-gpu libraries installed for both python2 and python3, as well as several other popular packages, including numpy, scipy, scikit-learn, pandas, Pillow and matplotlib.
238-
It is based off the Google docker image `gcr.io/tensorflow/tensorflow:latest-gpu` with the addition of support for python3, pip3, and pipenv.
242+
It is based off the Google docker image `gcr.io/tensorflow/tensorflow:1.5.0-gpu` with the addition of support for python3, pip3, and pipenv.
239243
240244
A Dockerfile for building this container image is [here](https://github.com/Paperspace/tensorflow-python/).
241245

0 commit comments

Comments
 (0)