Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 874 Bytes

File metadata and controls

33 lines (28 loc) · 874 Bytes

Setup docker environment for experiment

Quick Start: Generate container for experiment

Build base dockerfile

# ./build_docker.sh {docker image name}  # set your project name
./build_docker.sh demo_test

Run docker images

# All use absolute paths
# ./run_docker.sh {expsetting path} {your dataset path} {your project path} {docker image name} {docker container name}
./run_docker.sh /home/${USER}/workspace/expsetting /media/${USER}/expdata/dataset /home/${USER}/workspace/project demo_test demo

Install additional pakages

Please install the package on the docker container.

Pakages for deep learning

cd ~/SETUP
./pakages/anaconda3.sh

Pakages for video coding

cd ~/SETUP
./pakages/videocoding.sh