Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start with a base docker image that contains torch and cutorch.
FROM kaixhin/cuda-torch
FROM kaixhin/cuda-torch:7.5

# Install fblualib and its dependencies :
ADD install_all.sh /root/install_all.sh
Expand Down
3 changes: 2 additions & 1 deletion install_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ if [ $current -eq 1 ]; then
else
git clone -b v0.35.0 --depth 1 https://github.com/facebook/folly
git clone -b v0.24.0 --depth 1 https://github.com/facebook/fbthrift
git clone -b v1.0 https://github.com/facebook/thpp
# git clone -b v1.0 https://github.com/facebook/thpp
git clone -b v1+patch-1 https://github.com/dav1nci/thpp
git clone -b v1.0 https://github.com/facebook/fblualib
fi

Expand Down