Start jupyter-notebook from yandex HSE docker image
Build image from Dockerfile:
cd /path/to/HSE_deeplearning/
docker build -t yandex-docker .
Start container (once):
Build image from Dockerfile:
cd /path/to/HSE_deeplearning/
docker build -t yandex-docker .
Start container (once):
| [global] | |
| floatX = float32 | |
| device = gpu0 | |
| force_device = True | |
| [nvcc] | |
| fastmath = True | |
| [cuda] | |
| root=/usr/local/cuda/ |
git clone https://github.com/opencv/opencv.git opencv_source
mkdir build_opencv; cd build_opencv
cmake -DCMAKE_INSTALL_PREFIX=../opencv -DPYTHON_DEFAULT_EXECUTABLE=/opt/intel/intelpython35/bin/python3 -DWITH_VA_INTEL=ON -DBUILD_opencv_python3=ON -DPYTHON3_INCLUDE_PATH=/opt/intel/intelpython35/include/python3.5m ../opencv_source
make install -j8
Once built without error setup PYTHONPATH
From local machine tap
ssh -L 4321:localhost:4321 colfax
Once on the cluster