Skip to content
/ smooth Public

An arbitrary-precision differentiable programming language.

License

Notifications You must be signed in to change notification settings

psg-mit/smooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

smooth

Docker instructions

On my machine, to set up the environment for Docker:

eval $(docker-machine env default)

Docker image:

The Dockerfile is at the base of the source code directory. To build a docker image from the Dockerfile, run from the base of the source directory the command

docker build --tag=smooth .

To run the Docker image, run (from the base directory)

docker load < docker-image.tar.gz    #load docker image (if saved)
docker run -it smooth             #run docker image

The entire source directory is located at /source/.

About

An arbitrary-precision differentiable programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published