Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
2256349
Add files via upload
haofanwang Nov 20, 2017
5a7bda9
Add files via upload
haofanwang Nov 20, 2017
261f67a
Add files via upload
haofanwang Nov 20, 2017
512f126
Update build_docker_images.sh
haofanwang Nov 20, 2017
3afa439
Update pytorch.py
haofanwang Nov 25, 2017
6f74280
Update pytorch_container.py
haofanwang Nov 25, 2017
cd259a3
Add files via upload
haofanwang Nov 25, 2017
1591ab7
Add files via upload
haofanwang Nov 25, 2017
5501c95
Create deploy_pytorch_models.py
haofanwang Nov 28, 2017
f7e2fbe
Update deploy_pytorch_models.py
haofanwang Nov 28, 2017
cf849f9
Update deploy_pytorch_models.py
haofanwang Nov 30, 2017
fa5aecd
Update deploy_pytorch_models.py
haofanwang Nov 30, 2017
acd9675
Update deploy_pytorch_models.py
haofanwang Nov 30, 2017
932df78
Update deploy_pytorch_models.py
haofanwang Dec 7, 2017
a00d527
Update pytorch.py
haofanwang Dec 7, 2017
b38c388
Update deploy_pytorch_models.py
haofanwang Dec 7, 2017
1101f16
Update deploy_pytorch_models.py
haofanwang Dec 7, 2017
0abd22b
Update deploy_pytorch_models.py
haofanwang Dec 7, 2017
b5411c2
Update pytorch_container.py
haofanwang Dec 12, 2017
6022a6b
Update deploy_pytorch_models.py
haofanwang Dec 12, 2017
b9a309e
Update deploy_pytorch_models.py
haofanwang Dec 12, 2017
3073a06
Merge branch 'develop' into HEAD
Corey-Zumar Dec 15, 2017
f9bc385
Capture class dependencies
Corey-Zumar Dec 16, 2017
8a5c462
Merge branch 'develop' into pytorch_fixes
Corey-Zumar Dec 16, 2017
7fbfe08
remove prints
Corey-Zumar Dec 16, 2017
d771b45
Merge branch 'pytorch_fixes' of https://github.com/Corey-Zumar/clippe…
Corey-Zumar Dec 16, 2017
d0bd57b
Format code
Corey-Zumar Dec 16, 2017
5676159
Address review comments
Corey-Zumar Jan 8, 2018
39452ea
Format code
Corey-Zumar Jan 8, 2018
d8c3f72
Fix container imports
Corey-Zumar Jan 9, 2018
5505844
Correct print statement typo in closure container
Corey-Zumar Jan 9, 2018
2fa4ffa
Fix merge conflicts with tf container
Corey-Zumar Jan 9, 2018
6abf926
Format code
Corey-Zumar Jan 9, 2018
8072579
Don't install clipper_admin where only cloudpickle is needed
Corey-Zumar Jan 9, 2018
7210bdf
Add missing cloudpickle dependency in tests file
Corey-Zumar Jan 10, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions bin/build_docker_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ build_images () {
create_image pyspark-container PySparkContainerDockerfile $public
create_image tf_cifar_container TensorFlowCifarDockerfile $public
create_image tf-container TensorFlowDockerfile $public
create_image pytorch-container PyTorchContainerDockerfile $public
}


Expand Down
Loading