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

Commit 759e6fb

Browse files
committed
add tensorflow script run test
1 parent e3c0f2b commit 759e6fb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_run_test_tensorflow.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#invoke with python, not paperspace-python run
2+
import paperspace
3+
4+
print("paperspace.run('test_tensorflow.py', {'project': 'myproject', 'machineType': 'P5000', 'container': 'paperspace/tensorflow-python'})")
5+
paperspace.run('myscript.py', {'project': 'myproject', 'machineType': 'P5000', 'container': 'paperspace/tensorflow-python'})
6+
print('test_run_script completed')

0 commit comments

Comments
 (0)