An open API service indexing awesome lists of open source software.

https://github.com/axect/juliadocker

Docker Image for Julia scientific computing & ML
https://github.com/axect/juliadocker

Last synced: 2 months ago
JSON representation

Docker Image for Julia scientific computing & ML

Awesome Lists containing this project

README

        

# JuliaDocker

## Usage

1. Clone this repository
```shell
git clone https://github.com/Axect/JuliaDocker

# or

git clone [email protected]:Axect/JuliaDocker.git
```

2. Build
```shell
sh build.sh
```

3. Run as background (for VSCode)
```shell
# Once at first
sh run.sh

# Everytime after first run
docker start julia_sci
```

4. Open VSCode

5. Click "Open a Remote Window" (You can find it at left-bottom)

6. Select "Attach to Running Container"

7. Select `julia_sci`