Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated package versions #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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
16 changes: 11 additions & 5 deletions docker/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,22 @@ apt install --no-install-recommends \
nvidia-settings \
cmake-curses-gui \
libyaml-dev

pip install --upgrade pip==9.0.3
apt-get install -y python-setuptools
#pip install --upgrade pip==9.0.3
#apt-get install python-setuptools
#pip install --upgrade pip
pip install --upgrade pip==20.3.4
pip install -U setuptools

apt-get -y install ipython ipython-notebook


pip install \
jupyter \
opencv-python \
opencv-python==4.2.0.32 \
plyfile \
pandas \
tensorflow \
future \
typing
typing

apt-get -y install ipython ipython-notebook
2 changes: 1 addition & 1 deletion docker/install_director.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ build_director()
rm -rf director-$director_version-$director_binary.tar.gz
}

build_director
#build_director

2 changes: 1 addition & 1 deletion docker/install_more.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo apt-get update
sudo pip install requests
sudo pip install matplotlib
sudo pip install scipy
sudo pip install imageio
sudo pip install imageio==2.6.0

sudo pip install scikit-image

Expand Down
4 changes: 2 additions & 2 deletions docker/install_pytorch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pip install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp27-cp27mu-linux
pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp27-cp27mu-linux_x86_64.whl

# if the above command does not work, then you have python 2.7 UCS2, use this command
# pip install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp27-cp27m-linux_x86_64.whl
# pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp27-cp27m-linux_x86_64.whl
#pip install https://download.pytorch.org/whl/cu100/torch-1.1.0-cp27-cp27m-linux_x86_64.whl
#pip install https://download.pytorch.org/whl/cu100/torchvision-0.3.0-cp27-cp27m-linux_x86_64.whl