Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

l1teng/hdrnet_docker

Repository files navigation

[Docker Image]

Intorduction: Docker image for hdrnet runtime environment.

Usage

Let begin with building docker image offline,

  1. Prepare dependence files, download and them to the root directory.

Then, your file structure may like this,

.
├── build_image.sh
├── Dockerfile
├── Dockerfile_online
├── hdrnet
├── launch_container.sh
├── LICENSE
├── ltensorflow
├── py_pkgs
└── sources.list

  1. Build docker image.
sh build_image.sh
  1. Launch docker container.
sh launch_container.sh
  1. Put into the source code the launched container.