Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Docker Image: model-free

This folder contains the docker image for these custom environments. To re-build the docker image, rum

make build

If you want a clean build from scratch, which makes sure that your python modules are up-to-date, you can run

make clean-build

And to release this image to docker hub, so that our ec2 instances can read from it, run

make release