Skip to content

beeva-enriqueotero/docker-neuraltalk2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

docker-neuraltalk2

Docker container for NeuralTalk2. See https://github.com/karpathy/neuraltalk2

[RECOMMENDED] Another docker-neuraltalk2 project, lighter (1.4GB) and more complete, with GPU support, and also intended to work on a Raspberry2: https://github.com/SaMnCo/docker-neuraltalk2

Install docker

Example for RHEL (CentOS)

sudo yum install -y docker
sudo gpasswd -a ${USER} docker
newgrp docker
sudo service docker start

Get image

Requires git

  • Build the image:
docker build -t neuraltalk2 https://github.com/beeva-enriqueotero/docker-neuraltalk2.git
  • Or pull it from Docker Hub (>3GB):
docker pull beevaenriqueotero/docker-neuraltalk2

Run container

docker run -i -t neuraltalk2 /bin/bash

or

docker run -i -t beevaenriqueotero/docker-neuraltalk2 /bin/bash

More info

TO DO

Add GPU support

About

Docker container for NeuralTalk

Resources

Stars

Watchers

Forks

Packages