Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

guru-desh/CopyCat-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CopyCat-Docker

*** This repo is archived in favor of https://github.com/Accessible-Technology-in-Sign/ASLRT-Docker ***

This is the repo that contains instructions to create the environment for the CopyCat Project.

These are the main dependencies of the CopyCat environment:

  • Python 3.8 (via Miniconda)
  • OpenCV (built with cmake to include GPU support)
  • CUDA 10.2
  • cuDNN 8
  • HTK
  • ESPnet (contains PyTorch with GPU support)
  • Tensorflow (with GPU Support)
  • Kaldi (with GPU Support)
  • Azure Kinect SDK

It is recommended to simply pull the docker image from Docker Hub. Here is the link to the Docker Hub Repository for CopyCat: https://hub.docker.com/r/gurudesh/copycat

To build the docker image, type docker-compose up --build -d with the dockerfile in same directory as your terminal. This step takes 1 hour on Ebisu and took 8 hours on Guru's local computer

To open the docker container, type docker exec -it container_id bash

About

A repo that contains instructions to create the environment for the CopyCat Project

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors