Skip to content

Commit

Permalink
update install notebook to use cuda10.0 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
marcrasi authored Feb 5, 2019
1 parent bd915ef commit 6b98cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/install_latest_swift.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"\n",
"# Download and extract the swift toolchain\n",
"!mkdir -p /swift/toolchain\n",
"!wget -nv -O- https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-tensorflow-DEVELOPMENT-ubuntu18.04.tar.gz | tar xzf - -C /swift/toolchain\n",
"!wget -nv -O- https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-tensorflow-DEVELOPMENT-cuda10.0-cudnn7-ubuntu18.04.tar.gz | tar xzf - -C /swift/toolchain\n",
"\n",
"# Download and register the swift kernel\n",
"!wget -nv -O- https://storage.googleapis.com/s4tf-kokoro-artifact-testing/latest/swift-jupyter.tar.gz | tar xzf - -C /swift\n",
Expand Down

0 comments on commit 6b98cad

Please sign in to comment.