Skip to content

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Dockerfile in this directory downloads ANDES from pip and builds it into a Docker image.

Build with

docker build . -t andes:latest

One can create an alias in shell

alias andesd='docker run -v `pwd`:/andes cuihantao/andes:latest'

and then use andesd just in place of andes.

See more details at https://cui.eecps.com/blog/2020/andes-docker/