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
- Host: GitHub
- URL: https://github.com/axect/juliadocker
- Owner: Axect
- Created: 2021-12-29T02:26:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-10T22:43:59.000Z (over 1 year ago)
- Last Synced: 2025-03-19T22:17:25.825Z (3 months ago)
- Language: Julia
- Size: 5.86 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`