This repository contains files to run a docker with some DL packages.
1- Build the docker image (Check this for how to install Docker):
$ docker build -t dl-docker .
2- Run the docker container:
$ ./start_container.sh
- Build docker image from
start_container.sh
if not available - Add ffmpeg and ffprobe
- Improve the prompt (add docker container name etc.)