Skip to content

ML-Village/data-science-stuff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Science Stuff

Dockerfiles

Dockerfiles are prepared to spin up required games locally. Refer below for scripts on how to build and run these games in docker.

Pokemon Showdown

# remove any existing image
docker rmi pokemon-showdown

# build pokemon-showdown docker image
docker build -t pokemon-showdown -f dockerfiles/pokemon-showdown.Dockerfile .

# run pokemon-showdown game at localhost:8000
docker run --rm -p 8000:8000 pokemon-showdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published