Skip to content

Commit

Permalink
Merge pull request #11 from vsoch/add/repo2docker-julia
Browse files Browse the repository at this point in the history
adding README note about repo2docker-julia
  • Loading branch information
vsoch committed Aug 6, 2018
2 parents d09b7a1 + 0b413fe commit f556d23
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,9 @@ To contribute a new container, first decide what kind of container you want to b
### Repo2Docker
Do you have a jupyter (or similar) notebook and want to quickly build and deploy it? You will want to use the [repo2docker share](https://github.com/vsoch/repo2docker-share) template. This is based on the [continuous builder](https://github.com/vsoch/continuous-build).

### Repo2Docker Julia
This is a complete example of a Julia+Jupyter notebook, built with repo2docker for you to use! The [repo2docker-julia](https://github.com/vsoch/repo2docker-julia) template drives this with a simple `environment.yml` file for Python dependencies, and `REQUIRE` file for Julia.

### General Docker
If you have a general Docker container that is built from a Dockerfile in your repository, check out the
[share-docker template](https://www.github.com/vsoch/share-docker). As an example, this template is used to build [share-jupyter](https://www.github.com/vsoch/share-jupyter).
Expand Down
13 changes: 13 additions & 0 deletions docs/_library/repo2docker-julia.md
@@ -0,0 +1,13 @@
---
layout: null
name: "vanessa/repo2docker-julia"
maintainer: "@vsoch"
github: "https://www.github.com/vsoch/repo2docker-julia"
docker: "https://hub.docker.com/r/vanessa/repo2docker-julia"
web: "https://vsoch.github.io/repo2docker-julia"
uid: "repo2docker-julia"
tags:
- repo2docker
- julia
- jupyter
---

0 comments on commit f556d23

Please sign in to comment.