Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camilotk/julia_docker
A template to create and run Julia projects on docker
https://github.com/camilotk/julia_docker
Last synced: 10 days ago
JSON representation
A template to create and run Julia projects on docker
- Host: GitHub
- URL: https://github.com/camilotk/julia_docker
- Owner: Camilotk
- License: unlicense
- Created: 2021-08-24T23:40:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-25T01:17:06.000Z (over 3 years ago)
- Last Synced: 2024-10-28T21:18:21.449Z (about 2 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Julia Docker Template
This is a project structure to start new projects in Julia using a Docker container. The main motivitation in this project is to provide a decoupled structure running in virtualization for testing and experimenting with Julia.
## How to Use
1. Create a new project with this template.
2. Clone your project in the machine.
```terminal
$ git clone
```
3. Build the image.
```terminal
$ make build
```
4. Create container.
```terminal
$ make container
```
5. Write your code.
6. Run.
```terminal
$ make run
```## Using the REPL
For use the container image REPL (Read Evaluate Print Loop) just use the following command:
```terminal
$ make repl
```## Goals
- [ ] Add support to Pluto.jl